phpDocumentor

Upgradable

Table of Contents

Methods

upgrade()  : array<string|int, mixed>
Attempt to upgrade the given result of this definition to a newer version of the configuration.

Methods

upgrade()

Attempt to upgrade the given result of this definition to a newer version of the configuration.

public upgrade(array<string|int, mixed> $values) : array<string|int, mixed>

phpDocumentor attempts to auto-upgrade the configuration version to the latest version so that the internals of phpDocumentor only need to care about the format of the latest version of the configuration and the rest will be dealt with automatically.

In order to achieve this, the result of this definition is passed into this upgrade function and it should output the same settings in the structure that a newer definition expects (what that structure is depends on the version of the definition.

The 'configVersion' field in the result will inform the ConfigurationFactory what the next Configuration definition should be used to parse this result.

Parameters
$values : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results