You are here

public function Psr0FindFile::__construct in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_annotation_discovery/lib/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

modules/providers/service_container_annotation_discovery/lib/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;
}