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

Public Member Functions

 _parse_propfind ($path)
 _startElement ($parser, $name, $attrs)
 _endElement ($parser, $name)

Data Fields

 $success = false
 $props = false
 $depth = 0

Detailed Description

Definition at line 43 of file _parse_propfind.php.


Member Function Documentation

_endElement ( parser,
name 
)

end tag handler

private

Parameters:
resourceparser
stringtag name

Definition at line 183 of file _parse_propfind.php.

_parse_propfind ( path)

constructor

public

Definition at line 75 of file _parse_propfind.php.

_startElement ( parser,
name,
attrs 
)

start tag handler

private

Parameters:
resourceparser
stringtag name
arraytag attributes

Definition at line 142 of file _parse_propfind.php.


Field Documentation

$depth = 0

Definition at line 67 of file _parse_propfind.php.

$props = false

Definition at line 59 of file _parse_propfind.php.

$success = false

Definition at line 51 of file _parse_propfind.php.


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