Beispiel #1
0
 /**
  * Gets instance value for the element of config item provided item's value is an array
  * @param string $name Config item name
  * @param mixed $index Array index
  * @returns mixed Element value
  */
 function getConfigValueElement($name, $index)
 {
     return $this->config->getConfigValueElement($name, $index);
 }