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