BroadcastNotificationCreated::__construct()

void __construct(mixed $notifiable, Notification $notification, array $data) Create a new event instance. Parameters mixed $notifiable Notification $notification array $data Return Value void

SeedCommand::setLaravel()

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

OptimizeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

BroadcastManager::socket()

string|null socket(Request|null $request = null) Get the socket ID for the given request. Parameters Request|null $request Return Value string|null

CacheTableCommand

CacheTableCommand class CacheTableCommand extends Command (View source) Methods void __construct(Filesystem $files, Composer $composer) Create a new cache table command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Comma

Dispatcher::push()

void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void

Route::methods()

array methods() Get the HTTP verbs the route responds to. Return Value array

NexmoMessage

NexmoMessage class NexmoMessage (View source) Properties string $content The message content. string $from The phone number the message should be sent from.

ComposerServiceProvider::provides()

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

Collection::diffKeys()

Collection diffKeys(mixed $items) Get the items in the collection whose keys are not present in the given items. Parameters mixed $items Return Value Collection