public function AnnotationLoader::__construct in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/validator/Mapping/Loader/AnnotationLoader.php \Symfony\Component\Validator\Mapping\Loader\AnnotationLoader::__construct()
- 8 vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader::__construct()
Same name and namespace in other branches
- 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\LoaderCode
public function __construct(Reader $reader) {
$this->reader = $reader;
}