Esempio n. 1
0
 /**
  * Initialize plugin (PhileCMS >= 1.5)
  *
  * @param string $pluginKey
  */
 public function initializePlugin($pluginKey)
 {
     parent::initializePlugin($pluginKey);
     $this->injectSettings($this->settings);
 }
Esempio n. 2
0
 /**
  * accessor for easy testing
  *
  * @param string $path
  * @return null|string
  */
 public function getPluginPath($path = '')
 {
     return parent::getPluginPath($path);
 }