Listener options
Get an array of paths where modules reside
| Return type: | array |
|---|
Set an array of paths where modules reside
| Parameters: | array|Traversable – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | ListenerOptions Provides fluent interface |
Get the glob patterns to load additional config files
| Return type: | array |
|---|
Get the static paths to load additional config files
| Return type: | array |
|---|
Set the glob patterns to use for loading additional config files
| Parameters: | array|Traversable – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | ListenerOptions Provides fluent interface |
Set the static paths to use for loading additional config files
| Parameters: | array|Traversable – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | ListenerOptions Provides fluent interface |
Get any extra config to merge in.
| Return type: | array|Traversable |
|---|
Add some extra config array to the main config. This is mainly useful for unit testing purposes.
| Parameters: | array|Traversable – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | ListenerOptions Provides fluent interface |
Check if the config cache is enabled
| Return type: | bool |
|---|
Set if the config cache should be enabled or not
| Parameters: | bool – |
|---|---|
| Return type: | ListenerOptions |
Get key used to create the cache file name
| Return type: | string |
|---|
Set key used to create the cache file name
| Parameters: | string – the value to be set |
|---|---|
| Return type: | ListenerOptions |
Get the path to the config cache
Should this be an option, or should the dir option include the filename, or should it simply remain hard-coded? Thoughts?
| Return type: | string |
|---|
Get the path where cache file(s) are stored
| Return type: | string |
|---|
Set the path where cache files can be stored
| Parameters: | string – the value to be set |
|---|---|
| Return type: | ListenerOptions |
Check if the module class map cache is enabled
| Return type: | bool |
|---|
Set if the module class map cache should be enabled or not
| Parameters: | bool – |
|---|---|
| Return type: | ListenerOptions |
Get key used to create the cache file name
| Return type: | string |
|---|
Set key used to create the cache file name
| Parameters: | string – the value to be set |
|---|---|
| Return type: | ListenerOptions |
Get the path to the module class map cache
| Return type: | string |
|---|
Set whether to check dependencies during module loading or not
| Return type: | string |
|---|