コード例 #1
0
ファイル: Runtime.php プロジェクト: barcodex/kasha
 public function loopt($moduleName, $templateName, $rows = array())
 {
     return TextProcessor::loopTemplate($moduleName, $templateName, $rows);
 }