Beispiel #1
0
 function __construct()
 {
     parent::__construct();
     if (self::$castorPluginsPath === null) {
         $config = new \Jelix\Castor\Config('');
         self::$castorPluginsPath = $config->pluginPathList;
     }
 }