string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int
mixed dispatchToRoute(Request $request) Dispatch the request to a route and return the response. Parameters Request $request Return Value mixed
mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed
string|false mimeType(string $path) Get the mime-type of a given file. Parameters string $path Return Value string|false
CapsuleManagerTrait trait CapsuleManagerTrait (View source) Methods void setAsGlobal() Make this capsule instance available globally. Container getContainer() Get the IoC container instance. void setContainer(Container $container) Set the IoC container instance.
Page 470 of 996