コード例 #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);
 }