コード例 #1
0
ファイル: themes.php プロジェクト: ZyXelP/oxwall
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setDefaultAction("chooseTheme");
     $this->feedback = OW::getFeedback();
 }
コード例 #2
0
ファイル: plugins.php プロジェクト: ZyXelP/oxwall
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
 }