1 | <?php |
||
14 | class PlaceholderBagAwareInitializer implements ContextInitializer |
||
15 | { |
||
16 | /** |
||
17 | * @var PlaceholderBagInterface |
||
18 | */ |
||
19 | private $placeholderBag; |
||
20 | |||
21 | /** |
||
22 | * @param PlaceholderBagInterface $placeholderBag |
||
23 | */ |
||
24 | 1 | public function __construct(PlaceholderBagInterface $placeholderBag) |
|
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | 1 | public function initializeContext(Context $context) |
|
38 | } |
||
39 |