Beispiel #1
0
 public function __construct($editor = 'none')
 {
     $this->type = $editor;
     if (!$this->isCommunityEditor()) {
         parent::__construct($this->type);
     } else {
         $this->setEditor();
     }
 }
Beispiel #2
0
 function __construct($editor = 'none')
 {
     parent::__construct($editor);
 }