You are here

public function TCPDFDrupal::Header in TCPDF 7

Sets the header of the document.

Return value

NULL

File

./tcpdf.class.inc, line 85
Contains \TCPDF\TCPDFDrupal.

Class

TCPDFDrupal
Do not create a new instance of this class manually. Use tcpdf_get_instance().

Code

public function Header() {
  if (!$this
    ->DrupalGenRunningSection($this->drupalHeader)) {
    return parent::Header();
  }
}