Exemplo n.º 1
0
 protected function iterationStep()
 {
     if ($this->position <= 2 && ($this->account[3] == 5 || substr($this->account, 3, 2) == 69)) {
         return;
     }
     parent::iterationStep();
 }