mixed sear(string $key, Closure $callback) Get an item from the cache, or store the default value forever. Parameters string $key Closure $callback Return Value mixed
Builder newQuery() Get a new query builder for the model's table. Return Value Builder
$this whereNull(string $column, string $boolean = 'and', bool $not = false) Add a "where null" clause to the query. Parameters string $column string $boolean bool $not Return Value $this
void offsetSet(string $key, mixed $value) Store an item in the cache for the default time. Parameters string $key mixed $value Return Value void
$this before(callable $callback) Register a callback to run before all Gate checks. Parameters callable $callback Return Value $this
gc($lifetime) {@inheritdoc} Parameters $lifetime
int perPage() Get the number of items shown per page. Return Value int
bool usesTimestamps() Determine if the model uses timestamps. Return Value bool
$this fillable(array $fillable) Set the fillable attributes for the model. Parameters array $fillable Return Value $this
bool save(array $options = array()) Save the model to the database. Parameters array $options Return Value bool
Page 47 of 996