Translator::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

CallbackEvent::monthlyOn()

$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event to run monthly on a given day and time. Parameters int $day string $time Return Value $this

Connection::selectOne()

mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed

HasText::toString()

string toString() Returns a string representation of the object. Return Value string

SqlServerGrammar::prepareBindingsForUpdate()

array prepareBindingsForUpdate(array $bindings, array $values) Prepare the bindings for an update statement. Parameters array $bindings array $values Return Value array

MigratePublishCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

Pivot::__get()

mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed

CacheTableCommand::argument()

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

CacheServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Application::isLocal()

bool isLocal() Determine if application is in local environment. Return Value bool