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