| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 107 lignes (3 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
InputRequest:: (9 méthodes):
__construct()
getPrompt()
setInput()
isInputValid()
getInput()
setDefaultValue()
getDefaultValue()
setPromptChar()
getPromptChar()
Classe: InputRequest - X-Ref
Encapsulates an input request.| __construct($prompt) X-Ref |
param: string $prompt The prompt to show to the user. Must not be null. |
| getPrompt() X-Ref |
| Retrieves the prompt text. |
| setInput($input) X-Ref |
| Sets the user provided input. |
| isInputValid() X-Ref |
| Is the user input valid? |
| getInput() X-Ref |
| Retrieves the user input. |
| setDefaultValue($v) X-Ref |
| Set the default value to use. param: mixed $v |
| getDefaultValue() X-Ref |
| Return the default value to use. return: mixed |
| setPromptChar($c) X-Ref |
| Set the default value to use. param: string $c |
| getPromptChar() X-Ref |
| Return the default value to use. return: string |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |