Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route::getChildren PHP 메소드

getChildren() 공개 메소드

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