[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/class/action/admin/ -> adminblogsecurityaction.class.php (source)

   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       * Does nothing yet :)
  11       */
  12      class AdminBlogSecurityAction extends AdminAction {
  13  
  14          function AdminBlogSecurityAction( $actionInfo, $request )
  15          {
  16              $this->AdminAction( $actionInfo, $request );
  17          }
  18  
  19          /**
  20           * Carries out the specified action
  21           */
  22          function perform()
  23          {
  24              $this->_view = new AdminTemplatedView( $this->_blogInfo, "blogsecurity" );
  25              $this->setCommonData();
  26  
  27              // better to return true if everything fine
  28              return true;
  29          }
  30      }
  31  ?>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics