コード例 #1
0
ファイル: tplset.php プロジェクト: nunoluciano/uxcl
 function &create($isNew = true)
 {
     $tplset = new XoopsTplset();
     if ($isNew) {
         $tplset->setNew();
     }
     return $tplset;
 }