| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 91 lignes (3 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
BuildListener:: (7 méthodes):
buildStarted()
buildFinished()
targetStarted()
targetFinished()
taskStarted()
taskFinished()
messageLogged()
Interface: BuildListener - X-Ref
Interface for build listeners.| buildStarted(BuildEvent $event) X-Ref |
| Fired before any targets are started. param: BuildEvent The BuildEvent |
| buildFinished(BuildEvent $event) X-Ref |
| Fired after the last target has finished. param: BuildEvent The BuildEvent |
| targetStarted(BuildEvent $event) X-Ref |
| Fired when a target is started. param: BuildEvent The BuildEvent |
| targetFinished(BuildEvent $event) X-Ref |
| Fired when a target has finished. param: BuildEvent The BuildEvent |
| taskStarted(BuildEvent $event) X-Ref |
| Fired when a task is started. param: BuildEvent The BuildEvent |
| taskFinished(BuildEvent $event) X-Ref |
| Fired when a task has finished. param: BuildEvent The BuildEvent |
| messageLogged(BuildEvent $event) X-Ref |
| Fired whenever a message is logged. param: BuildEvent The BuildEvent |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |