private property FileCache::$disallowedCharacterPatterns in Plug 7
Type: string[] regular expressions for replacing disallowed characters in file name
File
- lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ FileCache.php, line 47
Class
- FileCache
- Base file cache driver.
Namespace
Doctrine\Common\CacheCode
private $disallowedCharacterPatterns = array(
'/\\-/',
// replaced to disambiguate original `-` and `-` derived from replacements
'/[^a-zA-Z0-9\\-_\\[\\]]/',
);