You are here

protected function CacheManager::__construct in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/CacheManager/CacheManager.php \Drupal\xautoload\CacheManager\CacheManager::__construct()

Parameters

$prefix:

File

lib/CacheManager/CacheManager.php, line 22

Class

CacheManager

Namespace

Drupal\xautoload\CacheManager

Code

protected function __construct($prefix) {
  $this->prefix = $prefix;
}