int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
string getTable() Get the table associated with the model. Return Value string
bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
string getRawBody() Get the raw body string for the job. Return Value string
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
array prepareBindingsForUpdate(array $bindings, array $values) Prepare the bindings for an update statement. Parameters array $bindings array $values Return Value array
string toString() Returns a string representation of the object. Return Value string
Page 169 of 996