[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 146 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
InputTask:: (7 méthodes):
setValidargs()
setPropertyName()
setMessage()
addText()
setDefaultValue()
setPromptChar()
main()
setValidargs($validargs) X-Ref |
Defines valid input parameters as comma separated strings. If set, input task will reject any input not defined as accepted and requires the user to reenter it. Validargs are case sensitive. If you want 'a' and 'A' to be accepted you need to define both values as accepted arguments. param: validargs A comma separated String defining valid input args. |
setPropertyName($name) X-Ref |
Defines the name of a property to be set from input. param: string $name Name for the property to be set from input |
setMessage($message) X-Ref |
Sets the Message which gets displayed to the user during the build run. param: message The message to be displayed. |
addText($msg) X-Ref |
Set a multiline message. |
setDefaultValue($v) X-Ref |
Add a default value. param: string $v |
setPromptChar($c) X-Ref |
Set the character/string to use for the prompt. param: string $c |
main() X-Ref |
Actual method executed by phing. |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |