OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxdtausbuilder.php
Go to the documentation of this file.
1 <?php
2 
7 require_once getShopBasePath() . "core/phpdtaus/classes/dtausbuilder.class.php";
8 
14 {
24  public function __construct( $sCompany, $sRoutingNr, $sAccountNr )
25  {
26  parent::__construct( $sCompany, $sRoutingNr, $sAccountNr );
27 
28  $this->intBank = $sRoutingNr;
29  $this->intAccount = $sAccountNr;
30  }
31 }