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

date() public méthode

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