@@ -42,6 +42,9 @@ discard block |
||
| 42 | 42 | class InvalidXMLException extends \Exception |
| 43 | 43 | { |
| 44 | 44 | |
| 45 | + /** |
|
| 46 | + * @param string $message |
|
| 47 | + */ |
|
| 45 | 48 | public function __construct($message = null, $code = 0, Exception $previous = null) |
| 46 | 49 | { |
| 47 | 50 | parent::__construct($message, $code, $previous); |
@@ -58,6 +61,10 @@ discard block |
||
| 58 | 61 | # See https://github.com/draffter/FollowFunctionPHP/blob/master/_php/SimpleXML.php |
| 59 | 62 | # for list of functions with arguments |
| 60 | 63 | # |
| 64 | + |
|
| 65 | + /** |
|
| 66 | + * @param QuiteSimpleXMLElement $inherit_from |
|
| 67 | + */ |
|
| 61 | 68 | public function __construct($elem, $inherit_from=null) |
| 62 | 69 | { |
| 63 | 70 | $this->namespaces = array(); |