Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->IS_CLIENT_AUTH = isset($_SESSION['IS_CLIENT_AUTH']) && $_SESSION['IS_CLIENT_AUTH'] == true;
     if (class_exists('UserHook', true)) {
         $this->_hook = new \UserHook();
     }
 }
Exemple #2
0
 /**
  * @see Content -> generateLabel
  * @param string $title
  * @param int $id
  * @return mixed|string
  */
 public function generateLabel($title, $id = 0, $table = 'page')
 {
     return parent::generateLabel($title, $id, 'calendarnew');
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct();
 }