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

getContentAttribute() 공개 메소드

Unparse the parsed content.
public getContentAttribute ( string $value ) : string
$value string
리턴 string
    public function getContentAttribute($value)
    {
        return static::$formatter->unparse($value);
    }