예제 #1
0
 public function __construct($args = array())
 {
     parent::__construct($args);
     $this->options = $args;
 }
예제 #2
0
 protected function closeHandler()
 {
     $this->writef($this->getFooter());
     parent::closeHandler();
 }