oxdtausbuilder.php

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