class DummyJoinTable

Hierarchy

Expanded class hierarchy of DummyJoinTable

2 files declare their use of DummyJoinTable
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

File

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

Namespace

Doctrine\Tests\Common\Annotations
View source
class DummyJoinTable extends \Doctrine\Common\Annotations\Annotation {
  public $name;
  public $joinColumns;
  public $inverseJoinColumns;

}

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.
DummyJoinTable::$inverseJoinColumns public property
DummyJoinTable::$joinColumns public property
DummyJoinTable::$name public property