Return value
bool
File
- drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php, line 61
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 getBool() {
return $this->bool;
}