Documentation

CachingConfigLoader
in package
implements ConfigLoaderInterface

Decorator that adds caching to a service description loader

Table of Contents

Interfaces

ConfigLoaderInterface
Interface used for loading configuration data (service descriptions, service builder configs, etc)

Properties

$cache  : CacheAdapterInterface
$loader  : ConfigLoaderInterface

Methods

__construct()  : mixed
load()  : mixed
Loads configuration data and returns an array of the loaded result

Properties

Methods

load()

Loads configuration data and returns an array of the loaded result

public load(mixed $config[, array<string|int, mixed> $options = array() ]) : mixed
Parameters
$config : mixed

Data to load (filename or array of data)

$options : array<string|int, mixed> = array()

Array of options to use when loading

Loading…
On this page

Search results