示例#1
0
 /**
  * @param string $strTitle
  * @return void
  */
 public function setStrTitle($strTitle)
 {
     $this->objPdf->SetTitle($strTitle);
 }