1 | <?php |
||
16 | class TableAnalyzer extends VirtualAnalyzer |
||
17 | { |
||
18 | /** |
||
19 | * Get virtual table entities from database by their type. |
||
20 | * |
||
21 | * @param int $type Virtual entity type |
||
22 | * |
||
23 | * @return array Get collection of navigation objects |
||
24 | */ |
||
25 | protected function getVirtualEntities($type = 0) |
||
29 | } |
||
30 | //[PHPCOMPRESSOR(remove,end)] |
||
31 |