Searched refs:obj_id (Results 1 – 1 of 1) sorted by relevance
48 public function object($obj_id = false, $onlynewobj = false) argument50 if (!$obj_id) {51 $obj_id = ++$this->mpdf->n;56 $this->mpdf->offsets[$obj_id] = strlen($this->mpdf->buffer);57 $this->write($obj_id . ' 0 obj');58 $this->mpdf->currentObjectNumber = $obj_id; // for later use with encryption