class DummyId

Hierarchy

  • class \Doctrine\Common\Annotations\Annotation
    • class \Doctrine\Tests\Common\Annotations\DummyId

Expanded class hierarchy of DummyId

1 file declares its use of DummyId
AbstractReaderTest.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php, line 430

Namespace

Doctrine\Tests\Common\Annotations
View source
class DummyId extends \Doctrine\Common\Annotations\Annotation {

}

Members

Namesort descending Modifiers Type Description Overrides
Annotation::$value public property Value property. Common among all derived classes.
Annotation::__construct final public function Constructor
Annotation::__get public function Error handler for unknown property accessor in Annotation class.
Annotation::__set public function Error handler for unknown property mutator in Annotation class.