Procedural File: pnadminapi.php
Source Location: /Profile/pnadminapi.php
Page Details:
Zikula Application Framework
Tags:
Profile_adminapi_activate [line 206]
bool Profile_adminapi_activate(
$args, int $args['dudid'], int $args['weight'])
|
|
Activate a dynamic user data item
Tags:
Parameters
| int |
$args['dudid'] |
the id of the item to be updated |
| int |
$args['weight'] |
the current weight of the item to be updated |
| |
$args |
|
Profile_adminapi_create [line 23]
mixed Profile_adminapi_create(
$args, string $args['label'], string $args['dtype'], int $args['length'], string $args['validation'])
|
|
create a new dynamic user data item
Tags:
Parameters
| string |
$args['label'] |
the name of the item to be created |
| string |
$args['dtype'] |
the data type of the item to be created |
| int |
$args['length'] |
the length of the item to be created if dtype is string |
| string |
$args['validation'] |
data validation string for the item |
| |
$args |
|
Profile_adminapi_deactivate [line 245]
bool Profile_adminapi_deactivate(
$args, int $args['dudid'], int $args['weight'])
|
|
Deactivate a dynamic user data item
Tags:
Parameters
| int |
$args['dudid'] |
the id of the item to be updated |
| int |
$args['weight'] |
the current weight of the item to be updated |
| |
$args |
|
Profile_adminapi_delete [line 76]
bool Profile_adminapi_delete(
$args, int $args['dudid'])
|
|
Delete a dynamic user data item
Tags:
Parameters
| int |
$args['dudid'] |
ID of the item |
| |
$args |
|
Profile_adminapi_getlinks [line 326]
array Profile_adminapi_getlinks(
)
|
|
get available admin panel links
Tags:
Profile_adminapi_getype [line 288]
array Profile_adminapi_getype(
$args, int $args['proplabel'])
|
|
Get type and validation for a specific field
Tags:
Parameters
| int |
$args['proplabel'] |
the proplabel of the item to be fetched |
| |
$args |
|
Profile_adminapi_update [line 128]
bool Profile_adminapi_update(
$args, int $args['dudid'], string $args['label'], string $args['dtype'], int $args['length'], string $args['validation'])
|
|
Update a dynamic user data item
Tags:
Parameters
| int |
$args['dudid'] |
the id of the item to be updated |
| string |
$args['label'] |
the name of the item to be updated |
| string |
$args['dtype'] |
the data type of the item to be updated |
| int |
$args['length'] |
the length of the item to be updated if dtype is string |
| string |
$args['validation'] |
data validation string for the item |
| |
$args |
|