[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" ); 4 lt_include( PLOG_CLASS_PATH."class/view/admin/admintemplatedview.class.php" ); 5 6 /** 7 * \ingroup Action 8 * @private 9 * 10 * Shows the form to add a new permission 11 */ 12 class AdminNewPermissionAction extends AdminAction 13 { 14 function AdminNewPermissionAction( $actionInfo, $request ) 15 { 16 $this->AdminAction( $actionInfo, $request ); 17 18 $this->requireAdminPermission( "add_permission" ); 19 } 20 21 function perform() 22 { 23 $this->_view = new AdminTemplatedView( $this->_blogInfo, "newpermission" ); 24 $this->setCommonData(); 25 } 26 } 27 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |