ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Search for deprecated lang vars. More...
Public Member Functions | |
__construct () | |
ilLangDeprecated constructor. More... | |
getDeprecatedLangVars () | |
Get deprecated lang vars. More... | |
Data Fields | |
const | ILIAS_CLASS_FILE_RE = 'class\..*\.php$' |
Protected Member Functions | |
getCandidates () | |
Get candidates from the db. More... | |
parseCodeFiles () | |
Parse Code Files. More... | |
getCodeFiles ($path) | |
parseCodeFile ($file_path) | |
Parse code file and reduce candidates. More... | |
Protected Attributes | |
$candidates = array() | |
Search for deprecated lang vars.
Definition at line 11 of file class.ilLangDeprecated.php.
ilLangDeprecated::__construct | ( | ) |
ilLangDeprecated constructor.
Definition at line 23 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 46 of file class.ilLangDeprecated.php.
Referenced by getDeprecatedLangVars().
|
protected |
$path | string |
Definition at line 78 of file class.ilLangDeprecated.php.
Referenced by parseCodeFiles().
ilLangDeprecated::getDeprecatedLangVars | ( | ) |
Get deprecated lang vars.
Definition at line 35 of file class.ilLangDeprecated.php.
References $candidates, getCandidates(), and parseCodeFiles().
|
protected |
Parse code file and reduce candidates.
$file_path |
Definition at line 99 of file class.ilLangDeprecated.php.
Referenced by parseCodeFiles().
|
protected |
Parse Code Files.
Definition at line 67 of file class.ilLangDeprecated.php.
References $file, getCodeFiles(), and parseCodeFile().
Referenced by getDeprecatedLangVars().
|
protected |
Definition at line 18 of file class.ilLangDeprecated.php.
Referenced by getDeprecatedLangVars().
const ilLangDeprecated::ILIAS_CLASS_FILE_RE = 'class\..*\.php$' |
Definition at line 13 of file class.ilLangDeprecated.php.