You are here

protected property SimpleAnnotationDriver::$entityAnnotationClasses in Plug 7

Name of the entity annotations as keys.

Type: array

Overrides AnnotationDriver::$entityAnnotationClasses

File

lib/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,
);