Flarum\Core\Post\CommentPost::getContentAttribute PHP Method

getContentAttribute() public method

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