Exemplo n.º 1
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(2, 3, 4, 5, 6, 7));
     $this->setEnd(3);
     $this->validator10 = new Validator10($bank);
 }
Exemplo n.º 2
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(2, 3, 4, 5));
     $this->setStart(-2);
     $this->setEnd(5);
 }
Exemplo n.º 3
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(2, 3, 4, 5, 6, 7));
     $this->setStart(-3);
     $this->setEnd(2);
     $this->setChecknumberPosition(-2);
 }
Exemplo n.º 4
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(9, 10, 5, 8, 4, 2));
     $this->setStart(0);
     $this->setEnd(5);
     $this->setChecknumberPosition(6);
 }
Exemplo n.º 5
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(2, 3, 4, 5, 6, 7, 8, 9, 10));
 }
Exemplo n.º 6
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(2, 4, 8, 5, 10, 9));
     $this->setEnd(3);
 }