$this greeting(string $greeting) Set the greeting of the notification. Parameters string $greeting Return Value $this
string getQualifiedKeyName() Get the table qualified key name. Return Value string
RouteDependencyResolverTrait trait RouteDependencyResolverTrait (View source) Methods array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies.
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
$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(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
static void reguard() Enable the mass assignment restrictions. Return Value void
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
string fullUrlWithQuery(array $query) Get the full URL for the request with the added query string parameters. Parameters array $query Return Value string
void __construct(Migrator $migrator) Create a new migration rollback command instance. Parameters Migrator $migrator Return Value void
Page 522 of 996