class PrivateStaticTransformer implements TransformerInterface (View source)

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

__construct(array|callable $classes)

Parameters

array|callable $classes

List of classes, or callback to lazy-load

MutableConfigCollectionInterface transform(MutableConfigCollectionInterface $collection)

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

array getClasses()

Return Value

array