public function AnnotationWithAttributes::getFloat

Return value

float

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php, line 69

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 getFloat() {
  return $this->float;
}