protected property SimpleAnnotationDriver::$entityAnnotationClasses in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/AnnotationDriverTest.php \Doctrine\Tests\Common\Persistence\Mapping\SimpleAnnotationDriver::entityAnnotationClasses
Name of the entity annotations as keys.
Type: array
Overrides AnnotationDriver::$entityAnnotationClasses
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ AnnotationDriverTest.php, line 24
Class
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
protected $entityAnnotationClasses = array(
'Doctrine\\Entity' => true,
);