Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev
This commit is contained in:
@@ -42,6 +42,13 @@ class Site
|
|||||||
$this->initClient();
|
$this->initClient();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Undocumented variable
|
||||||
|
*
|
||||||
|
* @var boolean
|
||||||
|
*/
|
||||||
|
public $boolReInitClient = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Undocumented function
|
* Undocumented function
|
||||||
*/
|
*/
|
||||||
@@ -136,6 +143,10 @@ class Site
|
|||||||
*/
|
*/
|
||||||
public function getClient(): Client
|
public function getClient(): Client
|
||||||
{
|
{
|
||||||
|
if ($this->boolReInitClient) {
|
||||||
|
$this->initClient();
|
||||||
|
}
|
||||||
|
|
||||||
return $this->Client;
|
return $this->Client;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,13 @@ class Site extends ZwSite
|
|||||||
*/
|
*/
|
||||||
protected $strSiteCode = 'zw630';
|
protected $strSiteCode = 'zw630';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Undocumented variable
|
||||||
|
*
|
||||||
|
* @var boolean
|
||||||
|
*/
|
||||||
|
public $boolReInitClient = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Undocumented function
|
* Undocumented function
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -26,6 +26,13 @@ class Site extends ZwSite
|
|||||||
*/
|
*/
|
||||||
protected $strSiteCode = 'zw';
|
protected $strSiteCode = 'zw';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Undocumented variable
|
||||||
|
*
|
||||||
|
* @var boolean
|
||||||
|
*/
|
||||||
|
public $boolReInitClient = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Undocumented function
|
* Undocumented function
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user