public function getValue($path, $defaultValue = null)
 {
     return $this->arrayAccess->getValue($path, $defaultValue);
 }
Example #2
0
 public function getParam($path, $defaultValue = null)
 {
     return $this->params->getValue($path, $defaultValue);
 }