Searched refs:PageLinks (Results 1 – 2 of 2) sorted by relevance
60 if (isset($this->mpdf->PageLinks[$n])) {61 $totaladdnum += count($this->mpdf->PageLinks[$n]);204 if (isset($this->mpdf->PageLinks[$n])) {205 $annotsnum += count($this->mpdf->PageLinks[$n]);
791 var $PageLinks; // array of links in pages variable in Mpdf\\Mpdf1199 $this->PageLinks = [];4342 $this->PageLinks[$this->page][] = $l;4344 $ref = count($this->PageLinks[$this->page]) - 1; // *COLUMNS*9752 $this->PageLinks[$n][] = $lk;9850 $this->PageLinks[$n][] = $lk;14707 $this->PageLinks[$this->page][] = $lk;23581 if (count($this->PageLinks)) {23583 foreach ($this->PageLinks as $i => $o) {23584 foreach ($this->PageLinks[$i] as $key => $pl) {[all …]