コード例 #1
0
ファイル: simdePdf.class.php プロジェクト: TheoJD/portail
 public function Header()
 {
     $this->header_title = $this->custom_header_title;
     $this->header_string = $this->custom_header_string;
     parent::Header();
 }