$middlewares
$middlewares : \phpDocumentor\Configuration\list<\phpDocumentor\Configuration\MiddlewareInterface>
A series of callables that take the configuration array as parameter and should return that array or a modified version of it.
The ConfigurationFactory converts the configuration xml from a Uri into an array.
$middlewares : \phpDocumentor\Configuration\list<\phpDocumentor\Configuration\MiddlewareInterface>
A series of callables that take the configuration array as parameter and should return that array or a modified version of it.
$defaultFiles : string[]
$symfonyConfigFactory : \phpDocumentor\Configuration\SymfonyConfigFactory
fromUri(\League\Uri\Contracts\UriInterface $uri) : \phpDocumentor\Configuration\Configuration
Converts the phpDocumentor configuration xml to an array.
\League\Uri\Contracts\UriInterface | $uri | The location of the file to be loaded. |
If $uri points to an inexistent file.
applyMiddleware(\phpDocumentor\Configuration\Configuration $configuration, ?\League\Uri\Contracts\UriInterface $uri) : \phpDocumentor\Configuration\Configuration
Applies all middleware callbacks onto the configuration.
\phpDocumentor\Configuration\Configuration | $configuration | |
?\League\Uri\Contracts\UriInterface | $uri |