|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Search for deprecated lang vars. 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 |
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().
Here is the caller graph for this function:
|
protected |
Get code files.
Definition at line 86 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 46 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 105 of file class.ilLangDeprecated.php.
References $token.
Referenced by parseCodeFiles().
Here is the caller graph for this function:
|
protected |
Parse Code Files.
Definition at line 76 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 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.