You are here

protected property GenericPrefixMap::$paths in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/ClassFinder/GenericPrefixMap.php \Drupal\xautoload\ClassFinder\GenericPrefixMap::paths

Format: $[$logical_base_path][$deep_path] = $behavior

Type: DirectoryBehaviorInterface[][]

File

src/ClassFinder/GenericPrefixMap.php, line 45

Class

GenericPrefixMap
Helper class for the class finder. This is not part of ClassFinder, because we want to use the same logic for namespaces (PSR-0) and prefixes (PEAR).

Namespace

Drupal\xautoload\ClassFinder

Code

protected $paths = array();