Example #1
0
File: Page.php Project: broozer/psa
 public function setOutput($data)
 {
     self::$isOutput = TRUE;
     self::$outputFile = $data;
 }