class PrivateStaticTransformer implements TransformerInterface

Methods

__construct(array|callable $classes)

No description

transform(MutableConfigCollectionInterface $collection)

This loops through each class and fetches the private static config for each class.

array
getClasses()

No description

Details

at line 25
__construct(array|callable $classes)

Parameters

array|callable $classes List of classes, or callback to lazy-load

at line 36
MutableConfigCollectionInterface transform(MutableConfigCollectionInterface $collection)

This loops through each class and fetches the private static config for each class.

at line 160
array getClasses()

Return Value

array