Procedural File: pnadminapi.php
Source Location: /PendingContent/pnadminapi.php
Page Details:
Zikula Application Framework
Tags:
pendingcontent_adminapi_create [line 20]
int pendingcontent_adminapi_create(
$args['name'] $args, $args['url'] 1, $args['sql'] 2)
|
|
create a new pending item
Tags:
Parameters
| $args['url'] |
1 |
url of the item |
| $args['sql'] |
2 |
sql of the item |
| $args['name'] |
$args |
name of the item |
pendingcontent_adminapi_delete [line 52]
bool pendingcontent_adminapi_delete(
$args['pid'] $args)
|
|
delete a pending item
Tags:
Parameters
| $args['pid'] |
$args |
ID of the item |
pendingcontent_adminapi_getlinks [line 126]
array pendingcontent_adminapi_getlinks(
)
|
|
get available admin panel links
Tags:
pendingcontent_adminapi_update [line 87]
void pendingcontent_adminapi_update(
$args['pid'] $args, $args['name'] 1, $args['number'] 2)
|
|
update a pending item
Parameters
| $args['name'] |
1 |
the new name of the item |
| $args['number'] |
2 |
the new number of the item |
| $args['pid'] |
$args |
the ID of the item |