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);
    }