Ejemplo n.º 1
0
 public function __construct($args = array())
 {
     parent::__construct($args);
     $this->options = $args;
 }
Ejemplo n.º 2
0
 protected function closeHandler()
 {
     $this->writef($this->getFooter());
     parent::closeHandler();
 }