$this bcc(object|array|string $address, string|null $name = null) Set the recipients of the message. Parameters object|array|string $address string|null $name Return Value $this
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
mixed get(string $key, mixed $default = null) Retrieve an item from the cache by key. Parameters string $key mixed $default Return Value mixed
bool save(array $options = array()) Save the model to the database. Parameters array $options Return Value bool
$this fillable(array $fillable) Set the fillable attributes for the model. Parameters array $fillable Return Value $this
int perPage() Get the number of items shown per page. Return Value int
gc($lifetime) {@inheritdoc} Parameters $lifetime
bool usesTimestamps() Determine if the model uses timestamps. Return Value bool
$this before(callable $callback) Register a callback to run before all Gate checks. Parameters callable $callback 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
Page 639 of 996