You are here

function CMISService::getProperties in CMIS API 6.3

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

File

cmis_common/lib/cmis_repository_wrapper.php, line 677

Class

CMISService

Code

function getProperties($objectId, $options = array()) {

  // May need to set the options array default --
  return $this
    ->getObject($objectId, $options);
}