Encapsulates an input request.
author |
Hans Lellelid hans@xmpl.org (Phing) |
---|---|
author |
Stefan Bodewig stefan.bodewig@epost.de (Ant) |
version |
$Id: ff401fe7e6280742731cece9d15924c13dad8b1e $ |
package |
phing.input |
__construct(string $prompt)
throws | |
---|---|
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 :