예제 #1
0
파일: System90c.php 프로젝트: jschaedl/bav
 public function __construct($bankId)
 {
     parent::__construct($bankId);
     $this->setWeights(array(2, 3, 4, 5, 6));
     $this->setEnd(4);
 }
예제 #2
0
파일: System52.php 프로젝트: jschaedl/bav
 public function __construct($bankId)
 {
     parent::__construct($bankId);
     $this->validator20 = new System20($bankId);
 }