Zikula_System_Modules
[ class tree: Zikula_System_Modules ] [ index: Zikula_System_Modules ] [ all elements ]

Procedural File: pninit.php

Source Location: /system/Permissions/pninit.php



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pninit.php 24342 2008-06-06 12:03:14Z markwest $
copyright:  (c) 2002, Zikula Development Team
link:  http://www.zikula.org
filesource:  Source Code for this file
license:  http://www.gnu.org/copyleft/gpl.html
license:  GNU/GPL








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:

return:  false
author:  Mark West


[ Top ]



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:

return:  false
author:  Mark West


[ Top ]



permissions_init [line 23]

bool permissions_init( )

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:

return:  true on success, false otherwise
author:  Mark West


[ Top ]



permissions_upgrade [line 43]

bool permissions_upgrade( $oldversion)

upgrade the permissions module from an old version



Tags:

return:  true on success, false otherwise
author:  Mark West
author:  Drak


Parameters

   $oldversion  
[ Top ]



Documentation generated on Fri, 18 Jul 2008 21:53:29 +0200 by phpDocumentor 1.4.1