Example #1
0
 /**
  * Get path to config directory
  *
  * @return string
  */
 public function getConfigDir()
 {
     return $this->controller->getRoot('config') . '/' . $this->name;
 }