示例#1
0
 public function __construct($entityCode)
 {
     parent::__construct($entityCode);
     $this->application = 'http://aplicacao.clearsale.com.br/Login.aspx';
     $this->webService = 'http://integracao.clearsale.com.br/service.asmx';
 }
 protected function __construct() {
     parent::__construct();
     $this->locale = $this->prepareLocale();
 }