Return value
array<Doctrine\Tests\Common\Annotations\Fixtures\AnnotationTargetAll>
File
- drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php, line 114
Class
- AnnotationWithAttributes
- Plugin annotation
@Target("ALL")
@Attributes({
@Attribute("mixed", type = "mixed"),
@Attribute("boolean", type = "boolean"),
@Attribute("bool", type = "bool"),
@Attribute("float", …
Namespace
Doctrine\Tests\Common\Annotations\Fixtures
Code
public function getArrayOfAnnotations() {
return $this->arrayOfAnnotations;
}