Update doc/faqs/triggers.md

main
François Pluchino 13 years ago
parent 1699b5c338
commit 2902e9ee06

@ -8,7 +8,7 @@ project. This event is raised before and after each action (install, update).
## Where are the event types defined? ## Where are the event types defined?
It is in the constant property in `Composer\\Trigger\\TriggerEvents` class. It is in the constant property in `Composer\Trigger\TriggerEvents` class.
## How is it defined? ## How is it defined?
@ -22,6 +22,7 @@ in associative array define the event's type.
The PSR-0 must be defined, otherwise the trigger will not be triggered. The PSR-0 must be defined, otherwise the trigger will not be triggered.
For any given project: For any given project:
```json ```json
{ {
"extra": { "extra": {
@ -43,6 +44,7 @@ For any given project:
``` ```
Trigger Example: Trigger Example:
```php ```php
<?php <?php
namespace MyVendor\MyRootPackage; namespace MyVendor\MyRootPackage;
@ -65,4 +67,4 @@ class MyClass
## Informations: ## Informations:
A declared trigger with non existent file will be ignored. A declared trigger with non existent file or without registered namespace will be ignored.

Loading…
Cancel
Save