ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Search for deprecated lang vars. More...
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 |
Search for deprecated lang vars.
Definition at line 27 of file class.ilLangDeprecated.php.
ilLangDeprecated::__construct | ( | ) |
ilLangDeprecated constructor.
Definition at line 37 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 57 of file class.ilLangDeprecated.php.
References $log.
Referenced by getDeprecatedLangVars().
|
protected |
Get code files.
Definition at line 86 of file class.ilLangDeprecated.php.
Referenced by parseCodeFiles().
ilLangDeprecated::getDeprecatedLangVars | ( | ) |
Get deprecated lang vars.
Definition at line 46 of file class.ilLangDeprecated.php.
References $candidates, getCandidates(), and parseCodeFiles().
|
protected |
Parse code file and reduce candidates.
Definition at line 105 of file class.ilLangDeprecated.php.
References $token.
Referenced by parseCodeFiles().
|
protected |
Parse Code Files.
Definition at line 76 of file class.ilLangDeprecated.php.
References getCodeFiles(), and parseCodeFile().
Referenced by getDeprecatedLangVars().
|
protected |
Definition at line 31 of file class.ilLangDeprecated.php.
Referenced by getDeprecatedLangVars().
|
private |
Definition at line 32 of file class.ilLangDeprecated.php.
|
private |
Definition at line 29 of file class.ilLangDeprecated.php.