1 | <?php |
||
19 | class ConfigService |
||
20 | { |
||
21 | /** @var string Where services are located */ |
||
22 | protected $dirService; |
||
23 | |||
24 | /** |
||
25 | * TODO Build save to cache for schema trees and so. |
||
26 | * @var string Where we will cache definitions trees */ |
||
27 | protected $dirCache; |
||
28 | |||
29 | public function __construct( |
||
39 | |||
40 | public function getJsonFromFile($fileName) |
||
52 | |||
53 | } |