ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Dom document wrapper. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
__call ($a_method, $a_args) | |
Call. More... | |
__get ($a_mem) | |
Get. More... | |
__set ($a_mem, $a_val) | |
Set. More... | |
handleError ($a_no, $a_string, $a_file=null, $a_line=null, $a_context=null) | |
Handle error. More... | |
Private Attributes | |
$doc | |
$errors = array() | |
ilDomDocument::__construct | ( | ) |
Constructor.
DOMDocument | PHP dom document |
Definition at line 20 of file class.ilDomDocument.php.
ilDomDocument::__call | ( | $a_method, | |
$a_args | |||
) |
Call.
Definition at line 28 of file class.ilDomDocument.php.
ilDomDocument::__get | ( | $a_mem | ) |
Get.
Definition at line 43 of file class.ilDomDocument.php.
References $errors.
ilDomDocument::__set | ( | $a_mem, | |
$a_val | |||
) |
Set.
Definition at line 55 of file class.ilDomDocument.php.
ilDomDocument::handleError | ( | $a_no, | |
$a_string, | |||
$a_file = null , |
|||
$a_line = null , |
|||
$a_context = null |
|||
) |
Handle error.
Definition at line 63 of file class.ilDomDocument.php.
|
private |
Definition at line 13 of file class.ilDomDocument.php.
|
private |
Definition at line 14 of file class.ilDomDocument.php.
Referenced by __get().