Exemple #1
0
 /**
  * @param $config
  */
 function __construct($config)
 {
     $this->setConfig($config);
     $this->rootpath = $this->config["rootpath"] . "/tinymce/jscripts/tiny_mce";
     $this->xoopsPlugins = $this->get_xoopsPlugins();
     self::$LastOfElementsTinymce = $this->config["elements"];
     self::$ListOfElementsTinymce[] = self::$LastOfElementsTinymce;
 }
Exemple #2
0
 /**
  * @param $config
  */
 public function __construct($config)
 {
     $this->setConfig($config);
     $this->rootpath = $this->config['rootpath'] . '/tinymce/jscripts/tiny_mce';
     $this->xoopsPlugins = $this->get_xoopsPlugins();
     self::$LastOfElementsTinymce = $this->config['elements'];
     self::$ListOfElementsTinymce[] = self::$LastOfElementsTinymce;
 }