Symfony\Component\Routing\RouteCollection::getParent PHP Méthode

getParent() public méthode

Gets the parent RouteCollection.
public getParent ( ) : RouteCollection | null
Résultat RouteCollection | null The parent RouteCollection or null when it's the root
    public function getParent()
    {
        return $this->parent;
    }