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