function CMISService::__construct in CMIS API 7
Same name and namespace in other branches
- 6.4 cmis_common/lib/cmis_repository_wrapper.php \CMISService::__construct()
- 6.3 cmis_common/lib/cmis_repository_wrapper.php \CMISService::__construct()
Overrides CMISRepositoryWrapper::__construct
File
- cmis_common/
lib/ cmis_repository_wrapper.php, line 452
Class
Code
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();
}