TailCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

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

TailCommand::ask()

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

TailCommand::argument()

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

TailCommand

TailCommand class TailCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command 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 string|array argument(string $key =

TagSet::__construct()

void __construct(Store $store, array $names = array()) Create a new TagSet instance. Parameters Store $store array $names Return Value void

TagSet::tagKey()

string tagKey(string $name) Get the tag identifier key for a given tag. Parameters string $name Return Value string

TagSet::tagId()

string tagId(string $name) Get the unique tag identifier for a given tag. Parameters string $name Return Value string

TagSet::resetTag()

string resetTag(string $name) Reset the tag and return the new tag identifier. Parameters string $name Return Value string

TagSet::reset()

void reset() Reset all tags in the set. Return Value void