Flarum\Core\Post\CommentPost::getContentAttribute PHP Méthode

getContentAttribute() public méthode

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