Beispiel #1
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(2, 1));
     $this->setStart(-4);
     $this->setChecknumberPosition(-3);
 }
Beispiel #2
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(2, 1));
     $this->setStart(4);
     $this->setEnd(-2);
 }
Beispiel #3
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(1, 2));
 }