Encapsulates an input request that returns a boolean (yes/no).
author |
Hans Lellelid hans@xmpl.org |
---|---|
version |
$Id: 659526fec1ed2e66d5b9308fba48924ea3dda494 $ |
package |
phing.input |
isInputValid()
getInput()
__construct(string $prompt)
string
The prompt to show to the user. Must not be null.
getChoices() : \The
\The
possible values.
getPrompt()
setInput($input)
setDefaultValue(mixed $v)
mixed
getDefaultValue() : mixed
mixed
setPromptChar(string $c)
string
getPromptChar() : string
string
choices :
prompt :
input :
defaultValue :
promptChar :