Webiny\Component\Entity\EntityAttributeBuilder::char PHP 메소드

char() 공개 메소드

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