Methods
Constructor
__construct(array | \Traversable | null $options)
Inherited
inherited_from |
\Zend\Stdlib\AbstractOptions::__construct() |
Parameters
$options
array\Traversablenull
Get a configuration property
__get(string $key) : mixed
Inherited
see |
\Zend\Stdlib\ParameterObject::__get() |
inherited_from |
\Zend\Stdlib\AbstractOptions::__get() |
Parameters
$key
string
Exceptions
Returns
mixed
Test if a configuration property is null
__isset(string $key) : bool
Inherited
see |
\Zend\Stdlib\ParameterObject::__isset() |
inherited_from |
\Zend\Stdlib\AbstractOptions::__isset() |
Parameters
$key
string
Returns
bool
Set a configuration property
__set(string $key, mixed $value) : void
Inherited
see |
\Zend\Stdlib\ParameterObject::__set() |
inherited_from |
\Zend\Stdlib\AbstractOptions::__set() |
Parameters
$key
string
$value
mixed
Exceptions
Set a configuration property to NULL
__unset(string $key) : void
Inherited
see |
\Zend\Stdlib\ParameterObject::__unset() |
inherited_from |
\Zend\Stdlib\AbstractOptions::__unset() |
Parameters
$key
string
Exceptions
Get the path where cache file(s) are stored
getCacheDir() : string
Set whether to check dependencies during module loading or not
getCheckDependencies() : string
Check if the config cache is enabled
getConfigCacheEnabled() : bool
Get the path to the config cache
getConfigCacheFile() : string
Should this be an option, or should the dir option include the
filename, or should it simply remain hard-coded? Thoughts?
Returns
string
Get key used to create the cache file name
getConfigCacheKey() : string
Get the glob patterns to load additional config files
getConfigGlobPaths() : array
Get the static paths to load additional config files
getConfigStaticPaths() : array
Check if the module class map cache is enabled
getModuleMapCacheEnabled() : bool
Get the path to the module class map cache
getModuleMapCacheFile() : string
Get key used to create the cache file name
getModuleMapCacheKey() : string
Get an array of paths where modules reside
getModulePaths() : array
Normalize a path for insertion in the stack
normalizePath(string $path) : string
Parameters
$path
string
Returns
string
Set the glob patterns to use for loading additional config files
setConfigGlobPaths(array | \Traversable $configGlobPaths) : \Zend\ModuleManager\Listener\ListenerOptions
Parameters
$configGlobPaths
array\Traversable
Exceptions
Returns
Set the static paths to use for loading additional config files
setConfigStaticPaths(array | \Traversable $configStaticPaths) : \Zend\ModuleManager\Listener\ListenerOptions
Parameters
$configStaticPaths
array\Traversable
Exceptions
Returns
Cast to array
toArray() : array
Inherited
inherited_from |
\Zend\Stdlib\AbstractOptions::toArray() |
Returns
array
Properties
We use the __ prefix to avoid collisions with properties in
user-implementations.
$__strictMode__ : bool
Inherited
inherited_from |
\Zend\Stdlib\AbstractOptions::$$__strictMode__ |
$cacheDir
$cacheDir : string
$checkDependencies
$checkDependencies : bool
$configCacheEnabled
$configCacheEnabled : bool
$configCacheKey
$configCacheKey : string
$configGlobPaths
$configGlobPaths : array
$configStaticPaths
$configStaticPaths : array
$moduleMapCacheEnabled
$moduleMapCacheEnabled : string
$moduleMapCacheKey
$moduleMapCacheKey : string
$modulePaths
$modulePaths : array