protected function DumperCollection::setParent 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::setParent()
Sets the parent collection.
Parameters
DumperCollection $parent The parent collection:
File
- vendor/
symfony/ routing/ Matcher/ Dumper/ DumperCollection.php, line 111
Class
- DumperCollection
- Collection of routes.
Namespace
Symfony\Component\Routing\Matcher\DumperCode
protected function setParent(DumperCollection $parent) {
$this->parent = $parent;
}