[ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 85 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 3 fois |
Nécessite: | 1 fichier class/controller/admincontrollermap.properties.php |
AdminController:: (3 méthodes):
AdminController()
registerAction()
_loadActionMaps()
Classe: AdminController - X-Ref
\ingroup ControllerAdminController() X-Ref |
Constructor. Automatically loads the maps |
registerAction( $actionKey, $actionClass ) X-Ref |
If a plugin adds an action for the public side and an action for the admin side, the action will be accessible via both index.php?op=theActionName and admin.php?op=theActionName. We will use use a global variable that is initialized when the constructor of this class is called. If that variable is set to 'true', then it means that our constructor was initialized and that we can go ahead and add the action. If not, then we skip the whole thing and the action is not added. This method should therefore be called when adding new actions but <b>only for the public side</b>. In case of plugins, please use PluginBase::registerBlogAction() and PluginBase::registerAdminAction() which will nicely hide all these things from you. param: actionKey Action key to add param: actionClass Action class to which the class will map |
_loadActionMaps() X-Ref |
Loads the maps |
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |