You are here

function GenericPrefixMap::__construct in X Autoload 7.4

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

Parameters

string $separator:

File

lib/ClassFinder/GenericPrefixMap.php, line 55

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

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