You are here

public function AnnotationLoader::__construct in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/validator/Mapping/Loader/AnnotationLoader.php \Symfony\Component\Validator\Mapping\Loader\AnnotationLoader::__construct()
  2. 8 vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader::__construct()
Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader::__construct()

Parameters

Reader $reader:

File

vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php, line 35

Class

AnnotationLoader
Annotation loader.

Namespace

Symfony\Component\Serializer\Mapping\Loader

Code

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