array provides() Get the services provided by the provider. Return Value array
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
void setCurrentPage(int $number) Set the number of the current page. Parameters int $number Return Value void
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
static bool isUnguarded() Determine if current state is "unguarded". Return Value bool
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
Request|null getRequest() Get the request instance. Return Value Request|null
void regenerateToken() Regenerate the CSRF token value. Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Page 290 of 996