|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Functions | |
| check_to_dos ($filepath) | |
| issue_info ($issueid) | |
| load_third_party_lib_list () | |
Variables | |
| $context = get_context_instance(CONTEXT_SYSTEM) | |
| $thirdparty = load_third_party_lib_list() | |
| $extensionstotest = array('php') | |
| $extensionsregex = '/\.(?:' . implode('|', $extensionstotest) . ')$/' | |
| $patterntofind = 'TO' . 'DO' | |
| $found = array() | |
| check_to_dos | ( | $ | filepath | ) |
Definition at line 105 of file todochecker.php.
| issue_info | ( | $ | issueid | ) |
Definition at line 146 of file todochecker.php.
Definition at line 32 of file todochecker.php.
| $extensionsregex = '/\.(?:' . implode('|', $extensionstotest) . ')$/' |
Definition at line 42 of file todochecker.php.
| $extensionstotest = array('php') |
Definition at line 41 of file todochecker.php.
| $found = array() |
Definition at line 44 of file todochecker.php.
| $patterntofind = 'TO' . 'DO' |
Definition at line 43 of file todochecker.php.
| $thirdparty = load_third_party_lib_list() |
Definition at line 40 of file todochecker.php.