CacheTableCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

CacheTableCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

CacheTableCommand::anticipate()

string anticipate(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

CacheTableCommand

CacheTableCommand class CacheTableCommand extends Command (View source) Methods void __construct(Filesystem $files, Composer $composer) Create a new cache table command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Comma

CacheServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

CacheServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

CacheServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

CacheServiceProvider::registerCommands()

void registerCommands() Register the cache related console commands. Return Value void

CacheServiceProvider::register()

void register() Register the service provider. Return Value void

CacheServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array