1 | <?php |
||
9 | final class Cache implements SchemeInterface |
||
10 | { |
||
11 | private $scheme; |
||
12 | |||
13 | public static function schemeToArray(SchemeInterface $scheme): array |
||
23 | |||
24 | public function __construct(array $scheme) |
||
28 | |||
29 | public function getTables(): array |
||
33 | |||
34 | public function getTableFields(string $table): array |
||
38 | } |
||
39 |