|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Search for deprecated lang vars. More...
Collaboration diagram for ilLangDeprecated: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 45 of file class.ilLangDeprecated.php.
References $log.
Referenced by getDeprecatedLangVars().
Here is the caller graph for this function:
|
protected |
| $path | string |
Definition at line 77 of file class.ilLangDeprecated.php.
Referenced by parseCodeFiles().
Here is the caller graph for this function:| ilLangDeprecated::getDeprecatedLangVars | ( | ) |
Get deprecated lang vars.
Definition at line 34 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.
| $file_path |
Definition at line 98 of file class.ilLangDeprecated.php.
Referenced by parseCodeFiles().
Here is the caller graph for this function:
|
protected |
Parse Code Files.
Definition at line 66 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 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.