protected function DumperCollection::getParent in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/routing/Matcher/Dumper/DumperCollection.php \Symfony\Component\Routing\Matcher\Dumper\DumperCollection::getParent()
Returns the parent collection.
Return value
DumperCollection|null The parent collection or null if the collection has no parent
File
- vendor/
symfony/ routing/ Matcher/ Dumper/ DumperCollection.php, line 101
Class
- DumperCollection
- Collection of routes.
Namespace
Symfony\Component\Routing\Matcher\DumperCode
protected function getParent() {
return $this->parent;
}