barcodeLength = 14; $this->mandatoryChecksum = true; } /** * Retrieve text to display * @return string */ public function getTextToDisplay() { return preg_replace('/([0-9]{5})([0-9]{3})([0-9]{3})([0-9]{2})([0-9])/', '$1.$2.$3.$4 $5', $this->getText()); } }