public function __construct(\SimpleXMLElement $xml = null)
 {
     parent::__construct($xml);
     if (is_null($xml)) {
         return;
     }
 }
 public function __construct(\SimpleXMLElement $xml = null)
 {
     parent::__construct($xml);
     if (is_null($xml)) {
         return;
     }
     $this->hashPatternRegex = (string) $xml->hashPatternRegex;
 }
 public function __construct(\SimpleXMLElement $xml = null)
 {
     parent::__construct($xml);
     if (is_null($xml)) {
         return;
     }
     $this->accountId = (string) $xml->accountId;
 }
 public function __construct(\SimpleXMLElement $xml = null)
 {
     parent::__construct($xml);
     if (is_null($xml)) {
         return;
     }
     $this->paramName = (string) $xml->paramName;
     $this->rootDir = (string) $xml->rootDir;
 }
 public function __construct(\SimpleXMLElement $xml = null)
 {
     parent::__construct($xml);
     if (is_null($xml)) {
         return;
     }
     $this->hdsPaths = (string) $xml->hdsPaths;
     $this->paramName = (string) $xml->paramName;
     $this->authPrefix = (string) $xml->authPrefix;
 }
 public function __construct(\SimpleXMLElement $xml = null)
 {
     parent::__construct($xml);
     if (is_null($xml)) {
         return;
     }
     $this->host = (string) $xml->host;
     if (count($xml->cpcode)) {
         $this->cpcode = (int) $xml->cpcode;
     }
 }
 public function __construct(\SimpleXMLElement $xml = null)
 {
     parent::__construct($xml);
     if (is_null($xml)) {
         return;
     }
     $this->paramName = (string) $xml->paramName;
     $this->aclPostfix = (string) $xml->aclPostfix;
     $this->customPostfixes = (string) $xml->customPostfixes;
     $this->useCookieHosts = (string) $xml->useCookieHosts;
     $this->rootDir = (string) $xml->rootDir;
 }
 public function __construct(\SimpleXMLElement $xml = null)
 {
     parent::__construct($xml);
     if (is_null($xml)) {
         return;
     }
     $this->profile = (string) $xml->profile;
     $this->type = (string) $xml->type;
     $this->aifp = (string) $xml->aifp;
     if (!empty($xml->usePrefix)) {
         $this->usePrefix = true;
     }
 }