UserInterface::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

Expression::__construct()

void __construct(mixed $value) Create a new raw query expression. Parameters mixed $value Return Value void

NamespacedItemResolver::setParsedKey()

void setParsedKey(string $key, array $parsed) Set the parsed value of a key. Parameters string $key array $parsed Return Value void

MigrationServiceProvider::provides()

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

CookieJar::queue()

void queue() Queue a cookie to send with the next response. Return Value void

Response::cookie()

$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this

Application::handle()

handle(Request $request, $type = self::MASTER_REQUEST, $catch = true) {@inheritdoc} Parameters Request $request $type $catch

CommandCreatorServiceProvider::package()

void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void

NotificationSent

NotificationSent class NotificationSent (View source) Properties mixed $notifiable The notifiable entity who received the notification. Notification $notification The notification instance. string $channel The channel name. mixed $response The channel's response.

FileStore::getFilesystem()

Filesystem getFilesystem() Get the Filesystem instance. Return Value Filesystem