You are here

function CMISService::__construct in CMIS API 6.3

Same name and namespace in other branches
  1. 6.4 cmis_common/lib/cmis_repository_wrapper.php \CMISService::__construct()
  2. 7 cmis_common/lib/cmis_repository_wrapper.php \CMISService::__construct()

Overrides CMISRepositoryWrapper::__construct

File

cmis_common/lib/cmis_repository_wrapper.php, line 370

Class

CMISService

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();
}