mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
void addNamespace(string $namespace, string|array $hints) Add a new namespace to the loader. Parameters string $namespace string|array $hints Return Value void
$this mergeRules(string $attribute, string|array $rules = array()) Merge additional rules into a given attribute(s). Parameters string $attribute string|array $rules Return Value $this
mixed offsetGet(mixed $offset) Get the value for a given offset. Parameters mixed $offset Return Value mixed
MethodValidator class MethodValidator implements ValidatorInterface (View source) Methods bool matches(Route $route, Request $request) Validate a given rule against a route and request.
void error(string $string) Write a string as error output. Parameters string $string Return Value void
void __construct(string $html) Create a new HTML string instance. Parameters string $html Return Value void
Page 186 of 996