コード例 #1
0
ファイル: ConcertView.php プロジェクト: riaf/concert
 function parser($template = null)
 {
     $this->setVariable('__concert_key', $this->getSession('__concert_key'));
     return parent::parser($template);
 }