classes/phing/input/InputHandler.php
Plugin to Phing to handle requests for user input.
- author
- Stefan Bodewig
- package
- phing.input
- version
- $Revision: 526 $
\InputHandler
Plugin to Phing to handle requests for user input.
- author
- Stefan Bodewig
- package
- phing.input
- version
- $Revision: 526 $
Methods

handleInput(
$request
)
:
voidHandle the request encapsulated in the argument.
Precondition: the request.getPrompt will return a non-null value.
Postcondition: request.getInput will return a non-null value, request.isInputValid will return true.
| Name | Type | Description |
|---|---|---|
| $request |
- throws