DOMCaster
class DOMCaster
Casts DOM related classes to array representation.
Methods
| static | castException(DOMException $e, array $a, Stub $stub, $isNested) | |
| static | castLength($dom, array $a, Stub $stub, $isNested) | |
| static | castImplementation($dom, array $a, Stub $stub, $isNested) | |
| static | castNode(DOMNode $dom, array $a, Stub $stub, $isNested) | |
| static | castNameSpaceNode(DOMNameSpaceNode $dom, array $a, Stub $stub, $isNested) | |
| static | castDocument(DOMDocument $dom, array $a, Stub $stub, $isNested, $filter = 0) | |
| static | castCharacterData(DOMCharacterData $dom, array $a, Stub $stub, $isNested) | |
| static | castAttr(DOMAttr $dom, array $a, Stub $stub, $isNested) | |
| static | castElement(DOMElement $dom, array $a, Stub $stub, $isNested) | |
| static | castText(DOMText $dom, array $a, Stub $stub, $isNested) | |
| static | castTypeinfo(DOMTypeinfo $dom, array $a, Stub $stub, $isNested) | |
| static | castDomError(DOMDomError $dom, array $a, Stub $stub, $isNested) | |
| static | castLocator(DOMLocator $dom, array $a, Stub $stub, $isNested) | |
| static | castDocumentType(DOMDocumentType $dom, array $a, Stub $stub, $isNested) | |
| static | castNotation(DOMNotation $dom, array $a, Stub $stub, $isNested) | |
| static | castEntity(DOMEntity $dom, array $a, Stub $stub, $isNested) | |
| static | castProcessingInstruction(DOMProcessingInstruction $dom, array $a, Stub $stub, $isNested) | |
| static | castXPath(DOMXPath $dom, array $a, Stub $stub, $isNested) |
Details
static castException(DOMException $e, array $a, Stub $stub, $isNested)
Parameters
| DOMException | $e | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castLength($dom, array $a, Stub $stub, $isNested)
Parameters
| $dom | ||
| array | $a | |
| Stub | $stub | |
| $isNested |
static castImplementation($dom, array $a, Stub $stub, $isNested)
Parameters
| $dom | ||
| array | $a | |
| Stub | $stub | |
| $isNested |
static castNode(DOMNode $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMNode | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castNameSpaceNode(DOMNameSpaceNode $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMNameSpaceNode | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castDocument(DOMDocument $dom, array $a, Stub $stub, $isNested, $filter = 0)
Parameters
| DOMDocument | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested | ||
| $filter |
static castCharacterData(DOMCharacterData $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMCharacterData | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castAttr(DOMAttr $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMAttr | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castElement(DOMElement $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMElement | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castText(DOMText $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMText | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castTypeinfo(DOMTypeinfo $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMTypeinfo | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castDomError(DOMDomError $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMDomError | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castLocator(DOMLocator $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMLocator | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castDocumentType(DOMDocumentType $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMDocumentType | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castNotation(DOMNotation $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMNotation | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castEntity(DOMEntity $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMEntity | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castProcessingInstruction(DOMProcessingInstruction $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMProcessingInstruction | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
static castXPath(DOMXPath $dom, array $a, Stub $stub, $isNested)
Parameters
| DOMXPath | $dom | |
| array | $a | |
| Stub | $stub | |
| $isNested |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/VarDumper/Caster/DOMCaster.html