Builder::orWhereBetween()

Builder|Builder orWhereBetween(string $column, array $values) Add an or where between statement to the query. Parameters string $column array $values Return Value Builder|Builder

Application::setLocale()

void setLocale(string $locale) Set the current application locale. Parameters string $locale Return Value void

Hasher::make()

string make(string $value, array $options = array()) Hash the given value. Parameters string $value array $options Return Value string

Collection::get()

mixed get(mixed $key, mixed $default = null) Get an item from the collection by key. Parameters mixed $key mixed $default Return Value mixed

Model::getMutatedAttributes()

array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array

Factory::forever()

Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true) Create a cookie that lasts "forever" (five years). Parameters string $name string $value string $path string $domain bool $secure bool $httpOnly Return Value Cookie

SessionTableCommand::option()

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

CallbackEvent::yearly()

$this yearly() Schedule the event to run yearly. Return Value $this

DatabaseNotification::isDirty()

bool isDirty(array|string|null $attributes = null) Determine if the model or given attribute(s) have been modified. Parameters array|string|null $attributes Return Value bool

MySqlConnector::createConnection()

PDO createConnection(string $dsn, array $config, array $options) Create a new PDO connection. Parameters string $dsn array $config array $options Return Value PDO