예제 #1
0
 /**
  * Constructor.
  *
  * @param  mixed $out
  * @throws InvalidArgumentException
  */
 public function __construct($out = null)
 {
     parent::__construct($out);
     $this->templatePath = sprintf('%s%stemplate%s', dirname(__FILE__), DIRECTORY_SEPARATOR, DIRECTORY_SEPARATOR);
 }
예제 #2
0
 public function __construct($out = null)
 {
     parent::__construct($out);
     $this->filePath = $out;
 }