You are here

public function AuthcacheP13nConfOverrideContextProvider::__construct in Authenticated User Page Caching (Authcache) 7.2

Construct new instance.

File

modules/authcache_p13n/includes/AuthcacheP13nConfOverrideContextProvider.inc, line 20
Defines context provider for overriding conf values.

Class

AuthcacheP13nConfOverrideContextProvider
Interface for context providers.

Code

public function __construct(array $override_conf = array()) {
  $this->overrideConf = $override_conf;
}