| 1 | <?php |
||
| 11 | class ProvisionListener |
||
| 12 | { |
||
| 13 | protected $appDir; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Set the application root directory |
||
| 17 | * |
||
| 18 | * @param string $directory |
||
| 19 | */ |
||
| 20 | public function setAppDirectory($directory) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Run the specified number of symfony commands in the background |
||
| 27 | * |
||
| 28 | * @param ProvisionEvent $event |
||
| 29 | */ |
||
| 30 | public function handle(ProvisionEvent $event) |
||
| 50 | } |
||
| 51 |