You are here

private property FileCache::$replacementCharacters in Plug 7

Type: string[] replacements for disallowed file characters

File

lib/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php, line 55

Class

FileCache
Base file cache driver.

Namespace

Doctrine\Common\Cache

Code

private $replacementCharacters = array(
  '__',
  '-',
);