|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| startHandler ($xp, $name, $attrs) | |
| getCoverageData () | |
Protected Attributes | |
| $_data = array() | |
| $_lastFilePath | |
Definition at line 31 of file CoverageXmlParser.php.
| getCoverageData | ( | ) |
Returns coverage data array from the XML Format: Array ( [/php/src/remote/RemoteCoverageRecorder.php] => Array ( [220] => 1 [221] => 1 )
[/opt/oss/share/apache2/htdocs/web/sample.php] => Array ( [16] => 1 [18] => 1 ) )
public
Definition at line 86 of file CoverageXmlParser.php.
| startHandler | ( | $ | xp, |
| $ | name, | ||
| $ | attributes | ||
| ) |
Function to handle start of an element
| $xp | XMLParser handle |
| $name | Element name |
| $attributes | Attribute array public |
Reimplemented from BasicXmlParser.
Definition at line 40 of file CoverageXmlParser.php.

$_data = array() [protected] |
Definition at line 34 of file CoverageXmlParser.php.
$_lastFilePath [protected] |
Definition at line 35 of file CoverageXmlParser.php.