mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
$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
mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed
string toString() Returns a string representation of the object. Return Value string
array prepareBindingsForUpdate(array $bindings, array $values) Prepare the bindings for an update statement. Parameters array $bindings array $values Return Value array
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
array when() Get the events that trigger this service provider to register. Return Value array
bool isLocal() Determine if application is in local environment. Return Value bool
Page 168 of 996