DatabaseNotification::getRelations()

array getRelations() Get all the loaded relations for the instance. Return Value array

BelongsTo::touch()

void touch() Touch all of the related models for the relationship. Return Value void

RefreshCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

Pivot::getUpdatedAtColumn()

string getUpdatedAtColumn() Get the name of the "updated at" column. Return Value string

Message::getSwiftMessage()

Swift_Message getSwiftMessage() Get the underlying Swift Message instance. Return Value Swift_Message

DatabaseNotification::getDates()

array getDates() Get the attributes that should be converted to dates. Return Value array

Builder::findOrNew()

Model findOrNew(mixed $id, array $columns = array('*')) Find a model by its primary key or return fresh model instance. Parameters mixed $id array $columns Return Value Model

ViewPublishCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

SqlServerGrammar::compileSavepoint()

string compileSavepoint(string $name) Compile the SQL statement to define a savepoint. Parameters string $name Return Value string

ServeCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string