Home
last modified time | relevance | path

Searched refs:configtype (Results 1 – 2 of 2) sorted by relevance

/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php41 * @param string $configtype 'local' or 'default'
45 protected function getImagePath($configtype, $key) { argument
58 * @param string $configtype 'local' or 'default'
62 protected function getImage($configtype, $key) { argument
63 $path = $this->getImagePath($configtype, $key);
H A DConfigManagerTwoLineRightImageConfigCascade.php24 * @param string $configtype 'local' or 'default'
28 protected function getImagePath($configtype, $key) { argument
30 $path = $this->imageFolder . $configs[$configtype][$key];