count = $count; $this->dataCodewords = $dataCodewords; } /** * Returns how many times the block is used. */ public function getCount() : int { return $this->count; } /** * Returns the number of data codewords. */ public function getDataCodewords() : int { return $this->dataCodewords; } }