public function __construct($args = array()) { parent::__construct($args); $this->options = $args; }
protected function closeHandler() { $this->writef($this->getFooter()); parent::closeHandler(); }