MailMessage::greeting()

$this greeting(string $greeting) Set the greeting of the notification. Parameters string $greeting Return Value $this

DatabaseNotification::getQualifiedKeyName()

string getQualifiedKeyName() Get the table qualified key name. Return Value string

RouteDependencyResolverTrait

RouteDependencyResolverTrait trait RouteDependencyResolverTrait (View source) Methods array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies.

Blade::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

MailMessage::priority()

$this priority(int $level) Set the priority of this message. The value is an integer where 1 is the highest priority and 5 is the lowest. Parameters int $level Return Value $this

Collection::mapWithKeys()

Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection

Pivot::reguard()

static void reguard() Enable the mass assignment restrictions. Return Value void

Cloud::files()

array files(string|null $directory = null, bool $recursive = false) Get an array of all files in a directory. Parameters string|null $directory bool $recursive Return Value array

Request::fullUrlWithQuery()

string fullUrlWithQuery(array $query) Get the full URL for the request with the added query string parameters. Parameters array $query Return Value string

ResetCommand::__construct()

void __construct(Migrator $migrator) Create a new migration rollback command instance. Parameters Migrator $migrator Return Value void