public function CmisElement::__construct in CMIS API 8
Same name and namespace in other branches
- 8.2 src/CmisElement.php \Drupal\cmis\CmisElement::__construct()
- 3.0.x src/CmisElement.php \Drupal\cmis\CmisElement::__construct()
Parameters
string $config:
boolean $popup:
AbstractFileableCmisObject $parent:
File
- src/
CmisElement.php, line 78
Class
- CmisElement
- Description of CmisElement
Namespace
Drupal\cmisCode
public function __construct($config, $popup = FALSE, AbstractFileableCmisObject $parent = NULL, $query = '', $root_id = '') {
$this->config = $config;
$this->popup = $popup;
$this->parent = $parent;
$this->query_string = $query;
$this->rootId = $root_id;
}