Home
last modified time | relevance | path

Searched refs:locallinks (Results 1 – 1 of 1) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fpdf.class.php10 var $locallinks; variable in OutputDriverFPDF
24 if (!isset($this->locallinks[$anchor->name])) {
29 $this->locallinks[$anchor->name] = $this->pdf->AddLink();
30 $this->pdf->SetLink($this->locallinks[$anchor->name],
43 $this->locallinks[$anchor->name]);
342 $this->locallinks = array();