Closed Tobiasartz closed 8 years ago
getOptionsFromConfig ignores any configuration that has been set directly on the Adapter's defaults.
In the current state using this example:
'filesystem' => new Filesystem($cachedAdapter2, array( 'visibility' => AdapterInterface::VISIBILITY_PUBLIC, ))
the "visibility" setting is ignored
For extra clarification have a look at Config->has
Looks good to me
getOptionsFromConfig ignores any configuration that has been set directly on the Adapter's defaults.
In the current state using this example:
the "visibility" setting is ignored
For extra clarification have a look at Config->has