You are here

protected property SimpleAnnotationDriver::$entityAnnotationClasses in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

SimpleAnnotationDriver

Namespace

Doctrine\Tests\Common\Persistence\Mapping

Code

protected $entityAnnotationClasses = array(
  'Doctrine\\Entity' => true,
);