コード例 #1
0
ファイル: fpdfTpl.php プロジェクト: richardfullmer/fpdf
 function SetLink($link,$y=0,$page=-1) {
     if ($this->intpl)
         $this->Error('Setting links in templates aren\'t possible!');
     parent::SetLink($link,$y,$page);
 }