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

getParsedContentAttribute() public method

Get the parsed/raw content.
    public function getParsedContentAttribute()
    {
        return $this->attributes['content'];
    }