class DummyColumn

Hierarchy

Expanded class hierarchy of DummyColumn

1 file declares its use of DummyColumn
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 432

Namespace

Doctrine\Tests\Common\Annotations
View source
class DummyColumn extends \Doctrine\Common\Annotations\Annotation {
  public $type;

}

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.
DummyColumn::$type public property