/var/www/flurhymez/vendor/google/apiclient-services/src/Firestore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Firestore/CollectionSelector.php (1445B)
allDescendants = $allDescendants;
}
/**
* @return bool
*/
public function getAllDescendants()
{
return $this->allDescendants;
}
/**
* @param string
*/
public function setCollectionId($collectionId)
{
$this->collectionId = $collectionId;
}
/**
* @return string
*/
public function getCollectionId()
{
return $this->collectionId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CollectionSelector::class, 'Google_Service_Firestore_CollectionSelector');