mixed getRouteKey() Get the value of the model's route key. Return Value mixed
void __construct(RouteCollection $routes, Request $request) Create a new URL Generator instance. Parameters RouteCollection $routes Request $request Return Value void
$this setSessionResolver(callable $sessionResolver) Set the session resolver for the generator. Parameters callable $sessionResolver Return Value $this
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
string to(string $path, mixed $extra = array(), bool $secure = null) Generate an absolute URL to the given path. Parameters string $path mixed $extra bool $secure Return Value string
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
$this setRootControllerNamespace(string $rootNamespace) Set the root controller namespace. Parameters string $rootNamespace Return Value $this
void setRequest(Request $request) Set the current request instance. Parameters Request $request Return Value void
Page 56 of 996