1 | <?php |
||
17 | class SchemaService |
||
18 | { |
||
19 | /** @var ConfigService */ |
||
20 | protected $configService; |
||
21 | |||
22 | public function __construct( |
||
27 | |||
28 | /** |
||
29 | * Should return the full schema tree from cached location, build and save. |
||
30 | * |
||
31 | * @param $classId |
||
32 | * @return mixed |
||
33 | */ |
||
34 | public function getSchema($classId) |
||
40 | |||
41 | /** |
||
42 | * Should build a full schema tree |
||
43 | * @param $classId |
||
44 | */ |
||
45 | private function buildSchemaTree($classId) |
||
49 | |||
50 | } |