Webiny\Component\Entity\EntityAttributeBuilder::integer PHP Метод

integer() публичный Метод

public integer ( ) : IntegerAttribute
Результат Webiny\Component\Entity\Attribute\IntegerAttribute
    public function integer()
    {
        return $this->attributes[$this->attribute] = new self::$classMap['integer']($this->attribute, $this->entity);
    }