[ 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/adminpluginsettingsview.class.php" ); 5 6 /** 7 * \ingroup Action 8 * @private 9 */ 10 class AdminPluginSettingsAction extends AdminAction 11 { 12 13 /** 14 * Constructor. If nothing else, it also has to call the constructor of the parent 15 * class, BlogAction with the same parameters 16 */ 17 function AdminPluginSettingsAction( $actionInfo, $request ) 18 { 19 $this->AdminAction( $actionInfo, $request ); 20 21 $this->requireAdminPermission( "update_plugin_settings" ); 22 } 23 24 /** 25 * Carries out the specified action 26 */ 27 function perform() 28 { 29 // create a view and put the plugin objects in the template 30 $this->_view = new AdminPluginSettingsView( $this->_blogInfo, $this->_userInfo ); 31 $this->setCommonData(); 32 } 33 } 34 ?>
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 |
![]() |