class AnnotationWithVarType
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithVarType.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationWithVarType
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithVarType.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationWithVarType
- 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithVarType.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationWithVarType
Plugin annotation
@Target("ALL");
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationWithVarType
Expanded class hierarchy of AnnotationWithVarType
Related topics
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationWithVarType.php, line 11
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
final class AnnotationWithVarType {
/**
* @var mixed
*/
public $mixed;
/**
* @var boolean
*/
public $boolean;
/**
* @var bool
*/
public $bool;
/**
* @var float
*/
public $float;
/**
* @var string
*/
public $string;
/**
* @var integer
*/
public $integer;
/**
* @var array
*/
public $array;
/**
* @var Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAll
*/
public $annotation;
/**
* @var array<integer>
*/
public $arrayOfIntegers;
/**
* @var string[]
*/
public $arrayOfStrings;
/**
* @var array<Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAll>
*/
public $arrayOfAnnotations;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
AnnotationWithVarType::$annotation | public | property | |
AnnotationWithVarType::$array | public | property | |
AnnotationWithVarType::$arrayOfAnnotations | public | property | |
AnnotationWithVarType::$arrayOfIntegers | public | property | |
AnnotationWithVarType::$arrayOfStrings | public | property | |
AnnotationWithVarType::$bool | public | property | |
AnnotationWithVarType::$boolean | public | property | |
AnnotationWithVarType::$float | public | property | |
AnnotationWithVarType::$integer | public | property | |
AnnotationWithVarType::$mixed | public | property | |
AnnotationWithVarType::$string | public | property |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.