PHP Class Maxxscho\LaravelTcpdf\LaravelTcpdf

Inheritance: extends TCPD\TCPDF
Show file Open project: maxxscho/laravel-tcpdf

Public Properties

Property Type Description
$htmlHeader

Public Methods

Method Description
Header ( ) Customize according to your specification
__construct ( ) Constructor
setHtmlHeader ( $htmlHeader ) Custom Header

Protected Methods

Method Description
cellSettings ( ) Set the default cell settings
footerSettings ( ) Set all the necessary footer settings
headerSettings ( ) Set all the necessary header settings
setDocumentProperties ( ) Set default document properties

Method Details

Header() public method

Customize according to your specification
public Header ( )

__construct() public method

Constructor
Author: Markus Schober
public __construct ( )

cellSettings() protected method

Set the default cell settings
Author: Markus Schober
protected cellSettings ( )

footerSettings() protected method

Set all the necessary footer settings
Author: Markus Schober
protected footerSettings ( )

headerSettings() protected method

Set all the necessary header settings
Author: Markus Schober
protected headerSettings ( )

setDocumentProperties() protected method

Set default document properties
Author: Markus Schober
protected setDocumentProperties ( )

setHtmlHeader() public method

Custom Header
public setHtmlHeader ( $htmlHeader )

Property Details

$htmlHeader public property

public $htmlHeader