Zend Framework  3.0
Select Member List

This is the complete list of members for Select, including all inherited members.

$allowedCharsCharprotected
$allowEmptyCharprotected
$consoleAbstractPromptprotected
$echoCharprotected
$ignoreCaseSelectprotected
$lastResponseAbstractPromptprotected
$optionsSelectprotected
$promptTextSelectprotected
__construct($promptText= 'Please select one option', $options=[], $allowEmpty=false, $echo=false)Select
Zend::Console::Prompt::Char::__construct($promptText= 'Please hit a key', $allowedChars= '0123456789abcdefghijklmnopqrstuvwxyz', $ignoreCase=true, $allowEmpty=false, $echo=true)Char
getAllowedChars()Char
getAllowEmpty()Char
getConsole()AbstractPrompt
getEcho()Char
getIgnoreCase()Char
getLastResponse()AbstractPrompt
getOptions()Select
getPromptText()Char
prompt()AbstractPromptstatic
setAllowedChars($allowedChars)Char
setAllowEmpty($allowEmpty)Char
setConsole(ConsoleAdapter $adapter)AbstractPrompt
setEcho($echo)Char
setIgnoreCase($ignoreCase)Char
setOptions($options)Select
setPromptText($promptText)Char
show()Select