Dispatcher::fire()

array|null fire(string|object $event, mixed $payload = array(), bool $halt = false) Fire an event and call the listeners. Parameters string|object $event mixed $payload bool $halt Return Value array|null

HasValue

HasValue class HasValue extends FormFieldConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $selector, mixed $value) Create a new constraint instance. from FormFieldConstraint bool matches(Crawler|string $crawler) Check if the input contains the expected value. string getInputOrTextAreaValue(Crawler $crawler) Get the value of an input or textarea.

PusherBroadcaster::__construct()

void __construct(Pusher $pusher) Create a new broadcaster instance. Parameters Pusher $pusher Return Value void

FailedTableCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

EventMakeCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

Gate::authorize()

Response authorize(string $ability, array|mixed $arguments = array()) Determine if the given ability should be granted for the current user. Parameters string $ability array|mixed $arguments Return Value Response Exceptions AuthorizationException

Application::share()

Closure share(Closure $closure) Wrap a Closure such that it is shared. Parameters Closure $closure Return Value Closure

BroadcastNotificationCreated::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

SessionTableCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

FailConsoleServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array