ApcStore::increment()

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

DatabaseNotification::getTable()

string getTable() Get the table associated with the model. Return Value string

Paginator::hasPages()

bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool

Redirect::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Job::getRawBody()

string getRawBody() Get the raw body string for the job. Return Value string

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

SqlServerGrammar::prepareBindingsForUpdate()

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

HasText::toString()

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