Programming Language PHP

Namespace Elabftw\Services

Class Filter

Method/Function tag

Total Examples 1

1 code examples of PHP Elabftw\Services\Filter::tag extracted from open source projects

Was this example useful?
0
                                                    public function getContent(): string
    {
        return Filter::tag($this->content);
    }