Programming Language PHP

Namespace Elabftw\Services

Class Filter

Method/Function title

Total Examples 2

2 code examples of PHP Elabftw\Services\Filter::title extracted from open source projects

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