예제 #1
0
 /**
  * Initialize plugin (PhileCMS >= 1.5)
  *
  * @param string $pluginKey
  */
 public function initializePlugin($pluginKey)
 {
     parent::initializePlugin($pluginKey);
     $this->injectSettings($this->settings);
 }
예제 #2
0
파일: Plugin.php 프로젝트: patrova/Phile
 /**
  * accessor for easy testing
  *
  * @param string $path
  * @return null|string
  */
 public function getPluginPath($path = '')
 {
     return parent::getPluginPath($path);
 }