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}}
-
__construct()
: mixed
-
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}}
$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
__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) : 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
-
Return values
mixed
—
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}}
—