Webiny\Component\Router\Route\RouteCollection::all PHP 메소드

all() 공개 메소드

Returns an array of all routes within the collection.
public all ( ) : array
리턴 array
    public function all()
    {
        return $this->routes->val();
    }