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

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

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