|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilLangDeprecated:Public Member Functions | |
| __construct () | |
| ilLangDeprecated constructor. More... | |
| getDeprecatedLangVars () | |
| Get deprecated lang vars. More... | |
Protected Member Functions | |
| getCandidates () | |
| Get candidates from the db. More... | |
| parseCodeFiles () | |
| Parse Code Files. More... | |
| getCodeFiles (string $path) | |
| Get code files. More... | |
| parseCodeFile (string $file_path) | |
| Parse code file and reduce candidates. More... | |
Protected Attributes | |
| array | $candidates |
Private Attributes | |
| const | ILIAS_CLASS_FILE_RE = "class\..*\.php$" |
| ilDBInterface | $db |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Search for deprecated lang vars
Definition at line 28 of file class.ilLangDeprecated.php.
| ilLangDeprecated::__construct | ( | ) |
ilLangDeprecated constructor.
Definition at line 38 of file class.ilLangDeprecated.php.
References $DIC.
|
protected |
Get candidates from the db.
Base are all lang vars of the english lang file reduced by the ones being accessed (having entries in lng_log)
Definition at line 58 of file class.ilLangDeprecated.php.
References $log.
Referenced by getDeprecatedLangVars().
Here is the caller graph for this function:
|
protected |
Get code files.
Definition at line 87 of file class.ilLangDeprecated.php.
References $path.
Referenced by parseCodeFiles().
Here is the caller graph for this function:| ilLangDeprecated::getDeprecatedLangVars | ( | ) |
Get deprecated lang vars.
Definition at line 47 of file class.ilLangDeprecated.php.
References $candidates, getCandidates(), and parseCodeFiles().
Here is the call graph for this function:
|
protected |
Parse code file and reduce candidates.
Definition at line 106 of file class.ilLangDeprecated.php.
Referenced by parseCodeFiles().
Here is the caller graph for this function:
|
protected |
Parse Code Files.
Definition at line 77 of file class.ilLangDeprecated.php.
References getCodeFiles(), and parseCodeFile().
Referenced by getDeprecatedLangVars().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file class.ilLangDeprecated.php.
Referenced by getDeprecatedLangVars().
|
private |
Definition at line 33 of file class.ilLangDeprecated.php.
|
private |
Definition at line 30 of file class.ilLangDeprecated.php.