mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Methods aren't static due to the Typo3 structure.
This commit is contained in:
parent
09b6a59785
commit
b8a84ae782
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@ function textlib_get_instance () {
|
|||
/**
|
||||
* This class is used to manipulate strings under Moodle 1.6 an later. As
|
||||
* utf-8 text become mandatory a pool of safe functions under this encoding
|
||||
* become necessary. All of them are static methods that will be called from
|
||||
* Moodle code with the :: syntax. The name of the methods is exactly the
|
||||
* become necessary. The name of the methods is exactly the
|
||||
* same than their PHP originals.
|
||||
*
|
||||
* A big part of this class acts as a wrapper over the Typo3 charset library,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue