You are here

public function Psr0FindFile::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php \Doctrine\Common\Reflection\Psr0FindFile::__construct()

Parameters

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

File

vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php, line 40

Class

Psr0FindFile
Finds a class in a PSR-0 structure.

Namespace

Doctrine\Common\Reflection

Code

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