コード例 #1
0
ファイル: adminbase.page.php プロジェクト: gpuenteallott/rox
 public function __construct($model = false)
 {
     parent::__construct();
     if ($model) {
         $this->model = $model;
         $this->member = $this->model->getLoggedInMember();
         $this->rights = $this->member->getOldRights();
     }
 }
コード例 #2
0
 public function __construct($model = false)
 {
     parent::__construct();
     $this->purifier = MOD_htmlpure::getSuggestionsHtmlPurifier();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->purifier = MOD_htmlpure::getAdvancedHtmlPurifier();
 }
コード例 #4
0
ファイル: blogbase.page.php プロジェクト: gpuenteallott/rox
 public function __construct($model)
 {
     parent::__construct();
     $this->_model = $model;
 }