Procedural File: pninit.php
Source Location: /system/Permissions/pninit.php
Page Details:
Zikula Application Framework
Tags:
permissions_defaultdata [line 88]
bool permissions_defaultdata(
)
|
|
create the default data for the permissions module This function is only ever called once during the lifetime of a particular module instance
Tags:
permissions_delete [line 73]
bool permissions_delete(
)
|
|
delete the permissions module This function is only ever called once during the lifetime of a particular module instance Since the permissions module should never be deleted we'all always return false here
Tags:
permissions_init [line 23]
initialise the permissions module This function is only ever called once during the lifetime of a particular module instance. This function MUST exist in the pninit file for a module
Tags:
permissions_upgrade [line 43]
bool permissions_upgrade(
$oldversion)
|
|
upgrade the permissions module from an old version
Tags:
Parameters
|