allDescendants = $allDescendants; } public function getAllDescendants() { return $this->allDescendants; } public function setCollectionId($collectionId) { $this->collectionId = $collectionId; } public function getCollectionId() { return $this->collectionId; } }