Contents ../ lithium\console\Response::__destruct() public method Destructor. Closes streams. Returns void Source public function __destruct() { if ($this->output) { fclose($this->output); } if ($this->error) { fclose($this->error); } }