コード例 #1
0
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setTemplate('cms/block');
 }
コード例 #2
0
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setTemplate('cms/exception');
 }
コード例 #3
0
 /**
  * Public constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_configurationData = Fox::getModel('installer/session')->getConfiguration();
 }
コード例 #4
0
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
 }
コード例 #5
0
 /**
  * Public constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_administratorData = Fox::getModel('installer/session')->getBackend();
 }