function prepare()
 {
     if (defined('TP_THEME_FINDER_URL') === true) {
         $this->themeFinderUrl = TP_THEME_FINDER_URL;
         // デバッグ用
     }
     parent::prepare();
     return true;
 }
 /**
  * prepare
  *
  * @param   void
  *
  * @return  bool
  **/
 public function prepare()
 {
     parent::prepare();
     $this->_setupActionForm();
     return true;
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
 }