Searched refs:pathConfig (Results 1 – 4 of 4) sorted by relevance
10 * @param string $pathConfig The path configuration ftom the plugin settings12 public function __construct($pathConfig) argument14 $this->paths = $this->parsePathConfig($pathConfig);34 protected function parsePathConfig($pathConfig) argument37 $lines = explode("\n", $pathConfig);
370 var pathConfig = getOwn(config.paths, id);371 if (pathConfig && isArray(pathConfig) && pathConfig.length > 1) {375 pathConfig.shift();