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

integer() public méthode

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