public function DummyClass::getField1

Gets the value of field1.

Plugin annotation


@DummyAnnotation({1,2,"three"})

Return value

mixed

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php, line 45

Class

DummyClass
A description of this class.

Namespace

Doctrine\Tests\Common\Annotations

Code

public function getField1() {
}