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
RedirectResponse with(string|array $key, mixed $value = null) Flash a piece of data to the session. Parameters string|array $key mixed $value Return Value RedirectResponse
string ip() Returns the client IP address. Return Value string
string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string
Page 31 of 996