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

boolean() public méthode

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