Procedural File: pnadminapi.php
Source Location: /modules/Reviews/pnadminapi.php
Page Details:
Zikula Application Framework
Tags:
Reviews_adminapi_delete [line 19]
bool Reviews_adminapi_delete(
$args['tid'] $args)
|
|
delete a Reviews item
Tags:
Parameters
| $args['tid'] |
$args |
ID of the item |
reviews_adminapi_getlinks [line 112]
array reviews_adminapi_getlinks(
)
|
|
get available admin panel links
Tags:
Reviews_adminapi_update [line 55]
void Reviews_adminapi_update(
$args['tid'] $args, $args['name'] 1, $args['number'] 2)
|
|
update a Reviews item
Parameters
| $args['name'] |
1 |
the new name of the item |
| $args['number'] |
2 |
the new number of the item |
| $args['tid'] |
$args |
the ID of the item |
|
|