Example #1
0
 /**
  * Function for getting current url
  * @param string $path
  * @return string
  */
 public function getConfigValue($path)
 {
     return $this->_config->getCurrentStoreConfigValue($path);
 }