| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 58 lignes (2 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
MultipleChoiceInputRequest:: (3 méthodes):
__construct()
getChoices()
isInputValid()
Classe: MultipleChoiceInputRequest - X-Ref
Encapsulates an input request.| __construct($prompt, $choices) X-Ref |
param: string $prompt The prompt to show to the user. Must not be null. param: array $choices holds all input values that are allowed. |
| getChoices() X-Ref |
return: The possible values. |
| isInputValid() X-Ref |
return: true if the input is one of the allowed values. |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |