FluidTYPO3\Flux\FluxPackage::modify PHP 메소드

modify() 공개 메소드

Is used internally when applying compatibility values: the "overlay" type subset of version dependent values is detected based on current version and passed to this function which then assimilates the values.
public modify ( array $alternativeManifestDeclaration ) : void
$alternativeManifestDeclaration array
리턴 void
    public function modify(array $alternativeManifestDeclaration)
    {
        RecursiveArrayUtility::mergeRecursiveOverrule($this->manifest, $alternativeManifestDeclaration);
    }