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