Table of Contents
-
$builder
: ProjectDescriptorBuilder
-
$config
: array{phpdocumentor: array{configVersion: string, title?: string, use-cache?: bool, paths?: array{output: \phpDocumentor\Dsn, cache: \phpDocumentor\Path}, versions?: array, settings?: array, templates?: non-empty-list}}
-
$files
: array<string|int, File>
-
__construct()
: mixed
-
getApiConfigs()
: array<int, ApiSpecification>
-
getBuilder()
: ProjectDescriptorBuilder
-
getConfig()
: array{phpdocumentor: array{configVersion: string, title?: string, use-cache?: bool, paths?: array{output: \phpDocumentor\Dsn, cache: \phpDocumentor\Path}, versions?: array, settings?: array, templates?: non-empty-list}}
-
getFiles()
: array<string|int, File>
-
withFiles()
: Payload
$builder
private
ProjectDescriptorBuilder
$builder
$config
private
array{phpdocumentor: array{configVersion: string, title?: string, use-cache?: bool, paths?: array{output: \phpDocumentor\Dsn, cache: \phpDocumentor\Path}, versions?: array, settings?: array, templates?: non-empty-list}}
$config
$files
private
array<string|int, File>
$files
__construct()
public
__construct(array{phpdocumentor: array{configVersion: string, title?: string, use-cache?: bool, paths?: array{output: \phpDocumentor\Dsn, cache: \phpDocumentor\Path}, versions?: array, settings?: array, templates?: non-empty-list}} $config, ProjectDescriptorBuilder $builder[, array<string|int, File> $files = [] ]) : mixed
Parameters
-
$config
: array{phpdocumentor: array{configVersion: string, title?: string, use-cache?: bool, paths?: array{output: \phpDocumentor\Dsn, cache: \phpDocumentor\Path}, versions?: array, settings?: array, templates?: non-empty-list}}
-
-
$builder
: ProjectDescriptorBuilder
-
-
$files
: array<string|int, File>
= []
-
Return values
mixed
—
getApiConfigs()
public
getApiConfigs() : array<int, ApiSpecification>
Return values
array<int, ApiSpecification>
—
getBuilder()
public
getBuilder() : ProjectDescriptorBuilder
Return values
ProjectDescriptorBuilder
—
getConfig()
public
getConfig() : array{phpdocumentor: array{configVersion: string, title?: string, use-cache?: bool, paths?: array{output: \phpDocumentor\Dsn, cache: \phpDocumentor\Path}, versions?: array, settings?: array, templates?: non-empty-list}}
Return values
array{phpdocumentor: array{configVersion: string, title?: string, use-cache?: bool, paths?: array{output: \phpDocumentor\Dsn, cache: \phpDocumentor\Path}, versions?: array, settings?: array, templates?: non-empty-list}}
—
getFiles()
public
getFiles() : array<string|int, File>
Return values
array<string|int, File>
—
withFiles()
public
withFiles(array<string|int, File> $files) : Payload
Parameters
-
$files
: array<string|int, File>
-
Return values
Payload
—