Esempio n. 1
0
 public function __construct(Bank $bank)
 {
     parent::__construct($bank);
     $this->setWeights(array(3, 9, 7, 1));
 }