Flarum\Core\Post\CommentPost::getContentHtmlAttribute PHP 메소드

getContentHtmlAttribute() 공개 메소드

Get the content rendered as HTML.
public getContentHtmlAttribute ( string $value ) : string
$value string
리턴 string
    public function getContentHtmlAttribute($value)
    {
        return static::$formatter->render($this->attributes['content'], $this);
    }