Builder::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls into the method. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

ScheduleRunCommand::option()

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

PasswordBroker::getUser()

CanResetPassword getUser(array $credentials) Get the user for the given credentials. Parameters array $credentials Return Value CanResetPassword Exceptions UnexpectedValueException

CacheTableCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

DownCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

TestCase::expectsEvents()

$this expectsEvents(array|string $events) Specify a list of events that should be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters array|string $events Return Value $this Exceptions Exception

HasMany::save()

Model save(Model $model) Attach a model instance to the parent model. Parameters Model $model Return Value Model

TokenGuard::user()

Authenticatable|null user() Get the currently authenticated user. Return Value Authenticatable|null

WorkCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

ConnectionInterface::update()

int update(string $query, array $bindings = array()) Run an update statement against the database. Parameters string $query array $bindings Return Value int