Searched refs:columnForms (Results 1 – 2 of 2) sorted by relevance
925 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…1000 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…1202 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…
402 var $columnForms; variable in Mpdf\\Mpdf1230 $this->columnForms = [];24308 $this->columnForms = [];24332 $this->columnForms = [];24567 if (isset($this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])])) {24568 $ref = $this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])];24571 unset($this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])]);24625 if (isset($this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])])) {24626 $ref = $this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])];24629 unset($this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])]);[all …]