Exemplo n.º 1
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(2, 4, 8, 5, 10, 0, 0, 0, 0));
 }