\phpDocumentor\Pipeline\Stage\ParserApiSetPayload

Summary

Methods
Properties
Constants
__construct()
getConfiguration()
getBuilder()
getVersion()
getApiSet()
withFiles()
getFiles()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$builder
$version
$apiSet
$configuration
$files
N/A

Properties

$builder

$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder

Type

\phpDocumentor\Descriptor\ProjectDescriptorBuilder

$version

$version : \phpDocumentor\Descriptor\VersionDescriptor

Type

\phpDocumentor\Descriptor\VersionDescriptor

$apiSet

$apiSet : \phpDocumentor\Descriptor\ApiSetDescriptor

Type

\phpDocumentor\Descriptor\ApiSetDescriptor

$configuration

$configuration : \phpDocumentor\Pipeline\Stage\Parser\ConfigurationMap

Type

\phpDocumentor\Pipeline\Stage\Parser\ConfigurationMap —

$files

$files : \phpDocumentor\Reflection\File[]

Type

\phpDocumentor\Reflection\File[] —

Methods

__construct()

__construct(\phpDocumentor\Pipeline\Stage\Parser\ConfigurationMap  $configuration, \phpDocumentor\Descriptor\ProjectDescriptorBuilder  $builder, \phpDocumentor\Descriptor\VersionDescriptor  $version, \phpDocumentor\Descriptor\ApiSetDescriptor  $apiSet, \phpDocumentor\Reflection\File[]  $files = []) : mixed

Parameters

\phpDocumentor\Pipeline\Stage\Parser\ConfigurationMap $configuration
\phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder
\phpDocumentor\Descriptor\VersionDescriptor $version
\phpDocumentor\Descriptor\ApiSetDescriptor $apiSet
\phpDocumentor\Reflection\File[] $files

Returns

mixed —

getConfiguration()

getConfiguration() : \phpDocumentor\Pipeline\Stage\Parser\ConfigurationMap

Returns

\phpDocumentor\Pipeline\Stage\Parser\ConfigurationMap —

getBuilder()

getBuilder() : \phpDocumentor\Descriptor\ProjectDescriptorBuilder

Returns

\phpDocumentor\Descriptor\ProjectDescriptorBuilder —

getVersion()

getVersion() : \phpDocumentor\Descriptor\VersionDescriptor

Returns

\phpDocumentor\Descriptor\VersionDescriptor —

getApiSet()

getApiSet() : \phpDocumentor\Descriptor\ApiSetDescriptor

Returns

\phpDocumentor\Descriptor\ApiSetDescriptor —

withFiles()

withFiles(\phpDocumentor\Reflection\File[]  $files) : self

Parameters

\phpDocumentor\Reflection\File[] $files

Returns

self —

getFiles()

getFiles() : \phpDocumentor\Reflection\File[]

Returns

\phpDocumentor\Reflection\File[] —