Skip to content

Instantly share code, notes, and snippets.

@donvitonet
Created March 8, 2013 14:44
Show Gist options
  • Save donvitonet/5116882 to your computer and use it in GitHub Desktop.
Save donvitonet/5116882 to your computer and use it in GitHub Desktop.
public function shutdown( \Controller $controller ) {
if ( $this->_init ) {
$this->Pdf->WriteHTML( $controller->response->body() , 2 );
$this->Pdf->Output( $this->_filename, $this->_output );
exit();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment