Symfony\Component\Routing\RouteCollection::getParent PHP Method

getParent() public method

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