bool pretending() Determine if the connection in a "dry run". Return Value bool
Builder|Builder orWhereNull(string $column) Add an "or where null" clause to the query. Parameters string $column Return Value Builder|Builder
Builder query() Get a new query builder instance. Return Value Builder
DatabaseMessage class DatabaseMessage (View source) Properties array $data The data that should be stored with the notification.
$this content(string $content) Set the message content. Parameters string $content Return Value $this
$this load(mixed $relations) Load a set of relationships onto the collection. Parameters mixed $relations Return Value $this
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Application getLaravel() Get the Laravel application instance. Return Value Application
string getDefaultDriver() Get the default channel driver name. Return Value string
string __toString() Convert the channel instance to a string. Return Value string
Page 134 of 996