oxdtausbuilder.php

Go to the documentation of this file.
00001 <?php
00002 
00007 require_once getShopBasePath() . "core/phpdtaus/classes/dtausbuilder.class.php";
00008 
00013 class oxDtausBuilder extends dtausbuilder
00014 {
00024     public function __construct( $sCompany, $sRoutingNr, $sAccountNr )
00025     {
00026             parent::__construct( $sCompany, $sRoutingNr, $sAccountNr );
00027 
00028             $this->intBank    = $sRoutingNr;
00029             $this->intAccount = $sAccountNr;
00030     }
00031 }