ClearResetsCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

ViewClearCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

DatabaseNotification::isFillable()

bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool

MorphToMany::getHasCompareKey()

string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string

Model::getGlobalScopes()

array getGlobalScopes() Get the global scopes for this class instance. Return Value array

Event::twiceDaily()

$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to run twice daily. Parameters int $first int $second Return Value $this

MessageProvider

MessageProvider interface MessageProvider (View source) Methods MessageBag getMessageBag() Get the messages for the instance.

CallbackEvent::isDue()

bool isDue(Application $app) Determine if the given event should run based on the Cron expression. Parameters Application $app Return Value bool

MySqlConnection::getPostProcessor()

Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor

BeanstalkdJob::isDeletedOrReleased()

bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool