bool isBooted() Determine if the application has booted. Return Value bool
mixed getKey() Get the value of the model's primary key. Return Value mixed
string getDefaultDriver() Get the default cache driver name. Return Value string
void __construct(Application $app) Create a new Cache manager instance. Parameters Application $app Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
Collection union(mixed $items) Union the collection with the given items. Parameters mixed $items Return Value Collection
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Builder getQuery() Get the underlying query for the relation. Return Value Builder
Page 159 of 996