Dom document wrapper.
More...
Dom document wrapper.
- Author
- author alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
- Version
- $Id$ /
Definition at line 11 of file class.ilDomDocument.php.
◆ __construct()
ilDomDocument::__construct |
( |
| ) |
|
◆ __call()
ilDomDocument::__call |
( |
|
$a_method, |
|
|
|
$a_args |
|
) |
| |
Call.
Definition at line 28 of file class.ilDomDocument.php.
References array.
30 if (in_array($a_method,
array(
"validate",
"loadXML")))
32 set_error_handler(
array($this,
"handleError"));
33 $rv = call_user_func_array(
array($this->doc, $a_method), $a_args);
34 restore_error_handler();
39 return call_user_func_array(
array($this->doc, $a_method), $a_args);
Create styles array
The data for the language used.
◆ __get()
ilDomDocument::__get |
( |
|
$a_mem | ) |
|
◆ __set()
ilDomDocument::__set |
( |
|
$a_mem, |
|
|
|
$a_val |
|
) |
| |
◆ handleError()
ilDomDocument::handleError |
( |
|
$a_no, |
|
|
|
$a_string, |
|
|
|
$a_file = null , |
|
|
|
$a_line = null , |
|
|
|
$a_context = null |
|
) |
| |
Handle error.
Definition at line 69 of file class.ilDomDocument.php.
71 $pos = strpos($a_string,
"]:");
72 $err = trim(substr($a_string, $pos + 2));
73 $this->errors[] = $err;
◆ $doc
◆ $errors
ilDomDocument::$errors = array() |
|
private |
The documentation for this class was generated from the following file: