Searched refs:dataWordLimit (Results 1 – 1 of 1) sorted by relevance
95 private $dataWordLimit = 0; variable in Mpdf\\QrCode\\QrCode409 $this->dataWordLimit = ($this->dataBitLimit / 8);458 if ($wordCount < $this->dataWordLimit - 1) {474 if ($wordCount < $this->dataWordLimit - 1) {476 while ($wordCount < $this->dataWordLimit - 1) {