Webiny\Component\Entity\EntityAttributeBuilder::float PHP Méthode

float() public méthode

public float ( ) : FloatAttribute
Résultat Webiny\Component\Entity\Attribute\FloatAttribute
    public function float()
    {
        return $this->attributes[$this->attribute] = new self::$classMap['float']($this->attribute, $this->entity);
    }