Documentation

ExceptionContext
in package
implements DOMWriterInterface

Tags
author

Daniel Schulz

Interfaces, Classes and Traits

DOMWriterInterface

Table of Contents

addData()  : mixed
append()  : Throwable
getAsset()  : mixed
getClass()  : mixed
getModule()  : mixed
getResult()  : mixed
toDocument()  : DOMDocument
toElement()  : DOMElement

Methods

addData()

public addData(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>
Return values
mixed

append()

public static append(Throwable $exception[, array<string|int, mixed> $data = [] ]) : Throwable
Parameters
$exception : Throwable
$data : array<string|int, mixed> = []
Return values
Throwable

toDocument()

public toDocument() : DOMDocument
Return values
DOMDocument

toElement()

public toElement(DOMDocument $targetDoc) : DOMElement
Parameters
$targetDoc : DOMDocument
Return values
DOMElement

Search results