1 | <?php |
||
23 | class JsonConverterProvider |
||
24 | { |
||
25 | /** |
||
26 | * @var Container |
||
27 | */ |
||
28 | private $container; |
||
29 | |||
30 | 50 | public function __construct(Container $container) |
|
34 | |||
35 | /** |
||
36 | * @param string $className The name of the class to convert |
||
37 | * |
||
38 | * @return JsonConverter The JSON converter |
||
39 | */ |
||
40 | 49 | public function getJsonConverter($className) |
|
62 | } |
||
63 |