コード例 #1
0
ファイル: lemmy.php プロジェクト: russpos/lemmy.php
 protected function _findVariableInContext($tag_name, $context)
 {
     if (substr($tag_name, 0, 1) == '?') {
         return $this->_handleQuestion($tag_name, $context);
     }
     return parent::_findVariableInContext($tag_name, $context);
 }