public function __construct() { $this->settingsJS = array( "OnLoad" => array(), "OnSubmit" => array(), "Exec" => array() ); $this->type = "accounting"; parent::__construct(); }
public function __construct() { parent::__construct(); $this->spoolPath = ISC_BASE_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'spool'; }
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(); }
public function __construct() { parent::__construct(); }