MySqlGrammar::getOperators()

array getOperators() Get the grammar specific operators. Return Value array

Blueprint::softDeletes()

Fluent softDeletes() Add a "deleted at" timestamp for the table. Return Value Fluent

Model::__set()

void __set(string $key, mixed $value) Dynamically set attributes on the model. Parameters string $key mixed $value Return Value void

MorphOneOrMany::getParentKey()

mixed getParentKey() Get the key value of the parent's local key. Return Value mixed

UrlGenerator::action()

string action(string $action, mixed $parameters = array(), bool $absolute = true) Get the URL to a controller action. Parameters string $action mixed $parameters bool $absolute Return Value string Exceptions InvalidArgumentException

ResetCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

Factory::file()

View file(string $path, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given path. Parameters string $path array $data array $mergeData Return Value View

MessageBag::getFormat()

string getFormat() Get the default message format. Return Value string

DatabaseManager::connection()

ConnectionInterface connection(string $name = null) Get a database connection instance. Parameters string $name Return Value ConnectionInterface

MorphOneOrMany::createdAt()

string createdAt() Get the name of the "created at" column. Return Value string