Свойство | Тип | Описание | |
---|---|---|---|
$apiIndexFile | string | Filename for API Index. | |
$classDefinitions | array | The list of classes and interfaces. | |
$linkTemplate | string | A simple template for generating links. | |
$outputDir | string | Output directory. | |
$templateDir | string | Directory containing the twig templates. |
Метод | Описание | |
---|---|---|
__construct ( array $classDefinitions, string $outputDir, string $templateDir, string $linkTemplate = '%c.md', string $apiIndexFile = 'ApiIndex.md' ) | ||
classLink ( string $className, null | string $label = null ) : string | This is a twig template function. | |
run ( ) | Starts the generator. |
Метод | Описание | |
---|---|---|
createIndex ( ) : array | Creates an index of classes and namespaces. |
protected createIndex ( ) : array | ||
Результат | array |
protected string $apiIndexFile | ||
Результат | string |
protected array $classDefinitions | ||
Результат | array |
protected string $linkTemplate | ||
Результат | string |
protected string $templateDir | ||
Результат | string |