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

char() public méthode

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