static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
static Builder schema(string $connection = null) Get a schema builder instance. Parameters string $connection Return Value Builder
mixed getKey() Get the value of the model's primary key. Return Value mixed
void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void
Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
string updatedAt() Get the name of the "updated at" column. Return Value string
array getOperators() Get the grammar specific operators. Return Value array
bool add(string $key, mixed $value, float|int $minutes) Store an item in the cache if the key doesn't exist. Parameters string $key mixed $value float|int $minutes Return Value bool
Page 349 of 996