コード例 #1
0
 function __construct($url, $username, $password, $options = null)
 {
     parent::__construct($url, $username, $password, $options);
     $this->_link_cache = array();
     $this->_title_cache = array();
     $this->_objTypeId_cache = array();
     $this->_type_cache = array();
 }
コード例 #2
0
 function __construct($url, $username, $password, $options = null, array $addlCurlOptions = array())
 {
     parent::__construct($url, $username, $password, $options, $addlCurlOptions);
     $this->_link_cache = array();
     $this->_title_cache = array();
     $this->_objTypeId_cache = array();
     $this->_type_cache = array();
     $this->_changeToken_cache = array();
 }