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
public function getContent(): string
{
return Filter::title($this->content);
}
public function getTitle(): string
{
return Filter::title($this->content);
}