NullBroadcaster

NullBroadcaster class NullBroadcaster extends Broadcaster (View source) Methods $this channel(string $channel, callable $callback) Register a channel authenticator. from Broadcaster mixed auth(Request $request) Authenticate the incoming request for a given channel. mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event.

NotIn::__toString()

string __toString() Convert the rule to a validation string. Return Value string

NotIn::__construct()

void __construct(array $values) Create a new "not in" rule instance. Parameters array $values Return Value void

NotIn

NotIn class NotIn (View source) Methods void __construct(array $values) Create a new "not in" rule instance. string __toString() Convert the rule to a validation string.

NotificationTableCommand::__construct()

void __construct(Filesystem $files, Composer $composer) Create a new notifications table command instance. Parameters Filesystem $files Composer $composer Return Value void

NotificationTableCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

NotificationTableCommand::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

NotificationTableCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

NotificationTableCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

NotificationTableCommand::run()

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