| 1 | <?php |
||
| 16 | class JsonHolderAwareInitializer implements ContextInitializer |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @var JsonHolder |
||
| 21 | */ |
||
| 22 | private $jsonHolder; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param JsonHolder $jsonHolder |
||
| 26 | */ |
||
| 27 | public function __construct(JsonHolder $jsonHolder) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritdoc |
||
| 34 | */ |
||
| 35 | public function initializeContext(Context $context) |
||
| 41 | |||
| 42 | } |
||
| 43 |