Exemplo n.º 1
0
 function SequenceEnd()
 {
     if ($this->joiner) {
         $this->object->Close($this->next);
         parent::End();
     }
     if ($this->saved_next) {
         $this->object->SetOutput($this->saved_next);
     }
     parent::SequenceEnd();
 }
Exemplo n.º 2
0
 function End()
 {
     $this->object->Close();
     parent::End();
 }
Exemplo n.º 3
0
 function End()
 {
     $this->object->Close();
     $this->next->WriteData($this->filename);
     parent::End();
 }