| 1 | <?php |
||
| 14 | class JsonMatcherAwareInitializer implements ContextInitializer |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var JsonMatcherFactory |
||
| 19 | */ |
||
| 20 | private $jsonMatcherFactory; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param JsonMatcherFactory $memoryHelper |
||
| 24 | */ |
||
| 25 | public function __construct(JsonMatcherFactory $memoryHelper) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @inheritdoc |
||
| 32 | */ |
||
| 33 | public function initializeContext(Context $context) |
||
| 39 | |||
| 40 | private function usesTrait(Context $context) |
||
| 48 | |||
| 49 | } |
||
| 50 |