Container getContainer() Get the IoC container instance. Return Value Container
void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value float|int $minutes Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
array getRelations() Get all the loaded relations for the instance. Return Value array
void info(string $string) Write a string as information output. Parameters string $string Return Value void
bool acceptsJson() Determines whether a request accepts JSON. Return Value bool
void addObservableEvents(array|mixed $observables) Add an observable event name. Parameters array|mixed $observables Return Value void
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this
Page 380 of 996