Webiny\Component\Entity\EntityAttributeBuilder::date PHP Method

date() public method

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