Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/unittest/other/todochecker.php File Reference

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()

Function Documentation

check_to_dos ( filepath)

Definition at line 105 of file todochecker.php.

issue_info ( issueid)

Definition at line 123 of file todochecker.php.

Here is the call graph for this function:

Definition at line 146 of file todochecker.php.


Variable Documentation

$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.

 All Data Structures Namespaces Files Functions Variables Enumerations