string action(string $action, mixed $parameters = array(), bool $absolute = true) Get the URL to a controller action. Parameters string $action mixed $parameters bool $absolute Return Value string
UrlGenerator class UrlGenerator implements UrlGenerator (View source) Traits Macroable
string action(string $action, mixed $parameters = array(), bool $absolute = true) Get the URL to a controller action. Parameters string $action mixed $parameters bool $absolute Return Value string Exceptions InvalidArgumentException
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
static UrlGenerationException forMissingParameters(Route $route) Create a new exception for missing route parameters. Parameters Route $route Return Value UrlGenerationException
UrlGenerationException class UrlGenerationException extends Exception (View source) Methods static UrlGenerationException forMissingParameters(Route $route) Create a new exception for missing route parameters.
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
Page 59 of 996