| 1 | <?php |
||
| 11 | class Bootstrapper |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var ServiceContainer |
||
| 16 | */ |
||
| 17 | protected $container; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param ServiceContainer $container |
||
| 21 | */ |
||
| 22 | public function __construct(ServiceContainer $container) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param object $object |
||
| 29 | * @return object |
||
| 30 | */ |
||
| 31 | public function bootstrap($object) |
||
| 42 | } |
||
| 43 |