Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route::getChildren PHP Méthode

getChildren() public méthode

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