예제 #1
0
파일: Page.php 프로젝트: broozer/psa
 public function setOutput($data)
 {
     self::$isOutput = TRUE;
     self::$outputFile = $data;
 }