getConsole()
getLastResponse()
prompt()
setConsole()
show()
$console
$lastResponse
getConsole() : \Zend\Console\Adapter\AdapterInterface
getLastResponse() : mixed
mixed
prompt() : mixed
This is a convenience method for creating statically creating prompts, i.e.:
$name = Zend\Console\Prompt\Line::prompt("Enter your name: ");
\Zend\Console\Exception\BadMethodCallException |
---|
mixed
setConsole(\Zend\Console\Adapter\AdapterInterface $adapter) : void
show() : mixed
inherited_from | \Zend\Console\Prompt\PromptInterface::show() |
---|
mixed
$lastResponse : mixed