| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class DocumentationSearchIndex extends InMemoryPage |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Create a new DocumentationSearchPage instance. |
||
| 19 | */ |
||
| 20 | public function __construct() |
||
| 21 | { |
||
| 22 | parent::__construct(DocumentationSearchIndex::outputPath(), [ |
||
| 23 | 'navigation' => ['hidden' => true], |
||
| 24 | ]); |
||
| 25 | } |
||
| 26 | |||
| 27 | public function compile(): string |
||
| 30 | } |
||
| 31 | |||
| 32 | public static function outputPath(string $identifier = ''): string |
||
| 35 | } |
||
| 36 | } |
||
| 37 |