static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
string createdAt() Get the name of the "created at" column. Return Value string
$this with(Action|string|array $line) Add a line of text to the notification. Parameters Action|string|array $line Return Value $this
void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
FilesystemInterface getDriver() Get the Flysystem driver. Return Value FilesystemInterface
mixed getAttributeValue(string $key) Get a plain attribute (not a relationship). Parameters string $key Return Value mixed
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this
Page 520 of 996