Exemplo n.º 1
0
 /**
  * Gets variable from toolkit directly
  * @return mixed
  */
 function getRaw($var)
 {
     return parent::_getRaw($var);
 }
Exemplo n.º 2
0
 protected function _getFilled($name)
 {
     $value = parent::_getRaw($name);
     return $this->_fillTemplate($value);
 }