コード例 #1
0
ファイル: Smarty.php プロジェクト: BGCX261/zphp-svn-to-git
 public function __construct($template)
 {
     parent::__construct($template);
 }
コード例 #2
0
ファイル: JSON.php プロジェクト: BGCX261/zphp-svn-to-git
 public function __construct($data)
 {
     parent::__construct($data);
 }