Exemplo n.º 1
0
 protected function getResult()
 {
     return $this->accumulator % 11 === 1 ? $this->getChecknumber() === $this->account[$this->getNormalizedPosition($this->checknumberPosition) - 1] : parent::getResult();
 }