コード例 #1
0
ファイル: Editor.php プロジェクト: arslbbt/mangentovies
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     if ($this->getWysiwyg() === true) {
         $this->setType('wysiwyg');
         $this->setExtType('wysiwyg');
     } else {
         $this->setType('textarea');
         $this->setExtType('textarea');
     }
 }
コード例 #2
0
ファイル: Textarea.php プロジェクト: CE-Webmaster/CE-Hub
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
 }