SeederMakeCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

Translator::setSelector()

void setSelector(MessageSelector $selector) Set the message selector instance. Parameters MessageSelector $selector Return Value void

ForgetFailedCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

CookieJar::forget()

Cookie forget(string $name, string $path = null, string $domain = null) Expire the given cookie. Parameters string $name string $path string $domain Return Value Cookie

Router::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

Pivot::getDirty()

array getDirty() Get the attributes that have been changed since last sync. Return Value array

User::getDirty()

array getDirty() Get the attributes that have been changed since last sync. Return Value array

MySqlConnection::prepareBindings()

array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array

ContextualBindingBuilder::needs()

$this needs(string $abstract) Define the abstract target that depends on the context. Parameters string $abstract Return Value $this

HasOne::createMany()

array createMany(array $records) Create an array of new instances of the related model. Parameters array $records Return Value array