Exemple #1
0
 protected function initHandler()
 {
     parent::initHandler();
     if (!is_null($this->getHeaders())) {
         $this->writeRecord($this->getHeaders());
     }
 }
Exemple #2
0
    protected function initHandler()
    {
        parent::initHandler();
        $this->writef(<<<EOL
<?xml version="1.0" encoding="utf-8"?>
<adf>

EOL
);
    }
Exemple #3
0
 protected function initHandler()
 {
     parent::initHandler();
     $this->writef($this->getHeader());
 }