class DummyAnnotation

Hierarchy

Expanded class hierarchy of DummyAnnotation

2 files declare their use of DummyAnnotation
AbstractReaderTest.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php
DummyClass.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php
4 classes are annotated with DummyAnnotation
DummyClass in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php
A description of this class.
DummyClass::getField1 in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php
Gets the value of field1.
DummyClassMethodSyntaxError::foo in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php
Plugin annotation @DummyAnnotation(@)
DummyClassSyntaxError in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php
Plugin annotation @DummyAnnotation(@)

File

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

Namespace

Doctrine\Tests\Common\Annotations
View source
class DummyAnnotation extends \Doctrine\Common\Annotations\Annotation {
  public $dummyValue;

}

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.
DummyAnnotation::$dummyValue public property