static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
static Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher
static void updating(Closure|string $callback, int $priority) Register an updating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
mixed getKey() Get the value of the model's primary key. Return Value mixed
void __construct(Router $router) Create a new route command instance. Parameters Router $router Return Value void
Response|null basic(string $field = 'email', array $extraConditions = array()) Attempt to authenticate using HTTP Basic Auth. Parameters string $field array $extraConditions Return Value Response|null
void blueprintResolver(Closure $resolver) Set the Schema Blueprint resolver callback. Parameters Closure $resolver Return Value void
Collection newCollection(array $models = array()) Create a new database notification collection instance. Parameters array $models Return Value Collection
$this dontSee(string $text) Assert that a given string is not seen on the current HTML. Parameters string $text Return Value $this
string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string
Page 517 of 996