Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
This is the complete list of members for core\formatting, including all inherited members.
$filterall | core\formatting | protected |
$forceclean | core\formatting | protected |
$formatstringcache | core\formatting | protected |
$striptags | core\formatting | protected |
format_string(?string $string, bool $striplinks=true, ?context $context=null, bool $filter=true, bool $escape=true,) | core\formatting | |
format_text(?string $text, string $format=FORMAT_MOODLE, ?context $context=null, bool $trusted=false, ?bool $clean=null, bool $filter=true, bool $para=true, bool $newlines=true, bool $overflowdiv=false, bool $blanktarget=false, bool $allowid=false,) | core\formatting | |
get_filterall() | core\formatting | |
get_forceclean() | core\formatting | |
get_striptags() | core\formatting | |
set_filterall(bool $filterall) | core\formatting | |
set_forceclean(bool $forceclean) | core\formatting | |
set_striptags(bool $striptags) | core\formatting | |
should_filter_string() | core\formatting | protected |