Collection zip(mixed $items) Zip the collection together with one or more arrays. Parameters mixed $items Return Value Collection
void question(string $string) Write a string as question output. Parameters string $string Return Value void
void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void
static mixed unguarded(callable $callback) Run the given callable while being unguarded. Parameters callable $callback Return Value mixed
string first(string $key = null, string $format = null) Get the first message from the bag for a given key. Parameters string $key string $format Return Value string
mixed handle(Request $request, Closure $next, string[] $guards) Handle an incoming request. Parameters Request $request Closure $next string[] $guards Return Value mixed Exceptions AuthenticationException
void info(string $string) Write a string as information output. Parameters string $string Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void __construct(string $selector) Create a new constraint instance. Parameters string $selector Return Value void
$this add(string $key, string $message) Add a message to the bag. Parameters string $key string $message Return Value $this
Page 985 of 996