Procedural File: pnadmin.php
Source Location: /modules/Reviews/pnadmin.php
Page Details:
Zikula Application Framework
Tags:
Reviews_admin_delete [line 147]
mixed Reviews_admin_delete(
'id' $args, 'confirmation' 1)
|
|
delete item
Tags:
Parameters
| 'confirmation' |
1 |
confirmation that this item can be deleted |
| 'id' |
$args |
the id of the item to be deleted |
Reviews_admin_main [line 18]
string Reviews_admin_main(
)
|
|
the main administration function
Tags:
Reviews_admin_modify [line 50]
string Reviews_admin_modify(
'id' $args)
|
|
modify an item
Tags:
Parameters
| 'id' |
$args |
the id of the item to be modified |
Reviews_admin_modifyconfig [line 319]
string Reviews_admin_modifyconfig(
)
|
|
This is a standard function to modify the configuration parameters of the module
Tags:
Reviews_admin_new [line 38]
string Reviews_admin_new(
)
|
|
create a new news article this function is purely a wrapper for the output from news_user_new
Tags:
Reviews_admin_update [line 113]
void Reviews_admin_update(
'id' $args, 'name' 1, 'number' 2)
|
|
update review
Parameters
| 'name' |
1 |
the name of the item to be updated |
| 'number' |
2 |
the number of the item to be updated |
| 'id' |
$args |
the id of the item to be updated |
Reviews_admin_updateconfig [line 340]
void Reviews_admin_updateconfig(
)
|
|
This is a standard function to update the configuration parameters of the module given the information passed back by the modification form
Reviews_admin_view [line 208]
string Reviews_admin_view(
$args, int $startnum)
|
|
view items
Tags:
Parameters
| int |
$startnum |
the start item id for the pager |
| |
$args |
|
|