Ejemplo n.º 1
0
 /**
  * @param  string $path
  * @return mixed
  */
 public function getStoreConfig($path)
 {
     return $this->_config->getValue(self::BASE . $path, self::SCOPE);
 }