コード例 #1
0
ファイル: editor.php プロジェクト: Simarpreet05/joomla
 public function __construct($editor = 'none')
 {
     $this->type = $editor;
     if (!$this->isCommunityEditor()) {
         parent::__construct($this->type);
     } else {
         $this->setEditor();
     }
 }
コード例 #2
0
ファイル: lms.editor.15.php プロジェクト: parkmi/dolschool14
 function __construct($editor = 'none')
 {
     parent::__construct($editor);
 }