PHP Class FluentDOM\Loader\Json\Rayfish

Inheritance: implements FluentDOM\Loadable, use trait FluentDOM\Loader\Supports\Json
Datei anzeigen Open project: fluentdom/fluentdom

Public Methods

Method Description
getSupported ( ) : string[]

Protected Methods

Method Description
transferTo ( DOMNode $node, mixed $json )

Private Methods

Method Description
getAttributes ( stdClass $json ) : stdClass[]
transferAttributes ( Element $node, stdClass $namespaces, stdClass $attributes ) Transfer attributes to the node.
transferChildren ( DOMElement $target, stdClass $json, stdClass $namespaces, stdClass $attributes )
transferText ( DOMDocument $dom, DOMElement $target, stdClass $json )

Method Details

getSupported() public method

public getSupported ( ) : string[]
return string[]

transferTo() protected method

protected transferTo ( DOMNode $node, mixed $json )
$node DOMNode
$json mixed