示例#1
0
	public function __construct()
	{
		$this->settingsJS = array(
			"OnLoad" => array(),
			"OnSubmit" => array(),
			"Exec" => array()
		);

		$this->type = "accounting";

		parent::__construct();
	}
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->spoolPath = ISC_BASE_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'spool';
 }
示例#3
0
		public function __construct()
		{

			// set our default origin settings to the store location
			$this->SetOriginCountry(GetCountryIdByName(GetConfig('CompanyCountry')));
			$this->SetOriginState(GetConfig('CompanyState'));
			$this->SetOriginZip(GetConfig('CompanyZip'));
			$this->SetOriginCity(GetConfig('CompanyCity'));

			parent::__construct();
		}
示例#4
0
	public function __construct()
	{
		parent::__construct();
	}