public function Psr0FindFile::__construct

Parameters

string $prefixes: An array of prefixes. Each key is a PHP namespace and each value is a list of directories.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php, line 41

Class

Psr0FindFile
Finds a class in a PSR-0 structure.

Namespace

Doctrine\Common\Reflection

Code

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