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

datetime() 공개 메소드

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