mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
DatabaseNotification class DatabaseNotification extends Model (View source) Constants CREATED_AT The name of the "created at" column. UPDATED_AT The name of the "updated at" column.
bool isValidUrl(string $path) Determine if the given path is a valid URL. Parameters string $path Return Value bool
Fluent timestampTz(string $column) Create a new timestamp (with time zone) column on the table. Parameters string $column Return Value Fluent
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void
string getRememberTokenName() Get the column name for the "remember me" token. Return Value string
static NotIn notIn(array $values) Get a not_in constraint builder instance. Parameters array $values Return Value NotIn
void resource(string $name, string $controller, array $options = array()) Route a resource to a controller. Parameters string $name string $controller array $options Return Value void
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
Page 644 of 996