コード例 #1
0
ファイル: Page.php プロジェクト: broozer/psa
 public function setOutput($data)
 {
     self::$isOutput = TRUE;
     self::$outputFile = $data;
 }