VendorPublishCommand::askWithCompletion()

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

VendorPublishCommand::ask()

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

VendorPublishCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

VendorPublishCommand::argument()

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

VendorPublishCommand::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

VendorPublishCommand

VendorPublishCommand class VendorPublishCommand extends Command (View source) Methods void __construct(Filesystem $files) Create a new 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 Command bool hasArgument(str

ValidatorInterface::matches()

bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool

ValidatorInterface

ValidatorInterface interface ValidatorInterface (View source) Methods bool matches(Route $route, Request $request) Validate a given rule against a route and request.

Validator::__construct()

void __construct(TranslatorInterface $translator, array $data, array $rules, array $messages = array(), array $customAttributes = array()) Create a new Validator instance. Parameters TranslatorInterface $translator array $data array $rules array $messages array $customAttributes Return Value void

Validator::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed