Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route::getChildren PHP Method

getChildren() public method

Get all children of this route including non-routes.
public getChildren ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getChildren()
    {
        return $this->children;
    }