|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for enshrined\svgSanitize\Exceptions\NestingException:
Collaboration diagram for enshrined\svgSanitize\Exceptions\NestingException:Public Member Functions | |
| __construct ($message="", $code=0, Exception $previous=null, \DOMElement $element=null) | |
| NestingException constructor. More... | |
| getElement () | |
| Get the element that caused the exception. More... | |
Protected Attributes | |
| $element | |
Definition at line 9 of file NestingException.php.
| enshrined\svgSanitize\Exceptions\NestingException::__construct | ( | $message = "", |
|
$code = 0, |
|||
| Exception | $previous = null, |
||
| \DOMElement | $element = null |
||
| ) |
NestingException constructor.
| string | $message | |
| int | $code | |
| Exception | null | $previous | |
| \DOMElement | null | $element |
Definition at line 24 of file NestingException.php.
References $code, enshrined\svgSanitize\Exceptions\NestingException\$element, and $message.
| enshrined\svgSanitize\Exceptions\NestingException::getElement | ( | ) |
Get the element that caused the exception.
Definition at line 35 of file NestingException.php.
References enshrined\svgSanitize\Exceptions\NestingException\$element.
Referenced by enshrined\svgSanitize\ElementReference\Resolver\determineInvalidSubjects().
Here is the caller graph for this function:
|
protected |
Definition at line 14 of file NestingException.php.
Referenced by enshrined\svgSanitize\Exceptions\NestingException\__construct(), and enshrined\svgSanitize\Exceptions\NestingException\getElement().