Moodle  2.2.1
http://www.collinsharper.com
_parse_proppatch Class Reference

Public Member Functions

 _parse_proppatch ($path)
 _startElement ($parser, $name, $attrs)
 _endElement ($parser, $name)
 _data ($parser, $data)

Data Fields

 $success
 $props
 $depth
 $mode
 $current

Detailed Description

Definition at line 44 of file _parse_proppatch.php.


Member Function Documentation

_data ( parser,
data 
)

input data handler

Parameters:
resourceparser
stringdata
Returns:
void private

Definition at line 223 of file _parse_proppatch.php.

_endElement ( parser,
name 
)

tag end handler

Parameters:
resourceparser
stringtag name
Returns:
void private

Definition at line 190 of file _parse_proppatch.php.

_parse_proppatch ( path)

constructor

Parameters:
stringpath of input stream public

Definition at line 92 of file _parse_proppatch.php.

_startElement ( parser,
name,
attrs 
)

tag start handler

Parameters:
resourceparser
stringtag name
arraytag attributes
Returns:
void private

Definition at line 144 of file _parse_proppatch.php.


Field Documentation

$current

Definition at line 84 of file _parse_proppatch.php.

$depth

Definition at line 68 of file _parse_proppatch.php.

$mode

Definition at line 76 of file _parse_proppatch.php.

$props

Definition at line 60 of file _parse_proppatch.php.

Definition at line 52 of file _parse_proppatch.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations