0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: BatchFileFetchResult.class.php.tar
home/academiac/www/plugins/vmcalculation/avalara/classes/BatchSvc/BatchFileFetchResult.class.php 0000604 00000001340 15137347734 0027111 0 ustar 00 <?php if (!defined('_JEXEC')) die('Direct Access to ' . basename(__FILE__) . ' is not allowed.'); /** * BatchFileFetchResult.class.php */ /** * * * @author Avalara * @copyright � 2004 - 2011 Avalara, Inc. All rights reserved. * @package Batch */ class BatchFileFetchResult extends BaseResult { private $BatchFiles; // ArrayOfBatchFile private $RecordCount; // int public function setBatchFiles($value){$this->BatchFiles=$value;} // ArrayOfBatchFile public function getBatchFiles(){return $this->BatchFiles;} // ArrayOfBatchFile public function setRecordCount($value){$this->RecordCount=$value;} // int public function getRecordCount(){return $this->RecordCount;} // int } ?>
©
2018.