Encapsulates an input request.
author |
Stefan Bodewig stefan.bodewig@epost.de |
---|---|
version |
$Id$ |
package |
phing.input |
__construct(string $prompt)
string
The prompt to show to the user. Must not be null.
getChoices() : \The
\The
possible values.
isInputValid()
getPrompt()
setInput($input)
getInput()
setDefaultValue(mixed $v)
mixed
getDefaultValue() : mixed
mixed
setPromptChar(string $c)
string
getPromptChar() : string
string
choices :
prompt :
input :
defaultValue :
promptChar :