Exemple #1
0
 protected function _findVariableInContext($tag_name, $context)
 {
     if (substr($tag_name, 0, 1) == '?') {
         return $this->_handleQuestion($tag_name, $context);
     }
     return parent::_findVariableInContext($tag_name, $context);
 }