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

ValidationServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

User::cacheMutatedAttributes()

static void cacheMutatedAttributes(string $class) Extract and cache all the mutated attributes of a class. Parameters string $class Return Value void

Event::saturdays()

$this saturdays() Schedule the event to run only on Saturdays. Return Value $this