コード例 #1
0
ファイル: template.php プロジェクト: Tapac/hotscot
 /**
  * Set the extension used for our templates
  *
  * @param string $ext 
  * @return void
  */
 public static function setExtension($ext)
 {
     self::$ext = $ext;
 }