void decrementRender() Decrement the rendering counter. Return Value void
void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void
string createdAt() Get the name of the "created at" column. Return Value string
Collection newCollection(array $models = array()) Create a new Eloquent Collection instance. Parameters array $models Return Value Collection
mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
void put(string $key, mixed $value, DateTime|float|int $minutes = null) Store an item in the cache. Parameters string $key mixed $value DateTime|float|int $minutes Return Value void
bool isDoctrineAvailable() Is Doctrine available? Return Value bool
$this between(string $startTime, string $endTime) Schedule the event to run between start and end time. Parameters string $startTime string $endTime Return Value $this
bool|null delete() Delete the pivot model record from the database. Return Value bool|null
Page 31 of 996