static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
array getGuarded() Get the guarded attributes for the model. Return Value array
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
Fluent renameColumn(string $from, string $to) Indicate that the given columns should be renamed. Parameters string $from string $to Return Value Fluent
Fluent dateTimeTz(string $column) Create a new date-time column (with time zone) on the table. Parameters string $column Return Value Fluent
$this dynamicWhere(string $method, string $parameters) Handles dynamic "where" clauses to the query. Parameters string $method string $parameters Return Value $this
Fluent longText(string $column) Create a new long text column on the table. Parameters string $column Return Value Fluent
mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. Parameters Request $request mixed $result Return Value mixed
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed
Page 958 of 996