PHP 클래스 FluentDOM\Loader\Json\Rayfish

상속: implements FluentDOM\Loadable, use trait FluentDOM\Loader\Supports\Json
파일 보기 프로젝트 열기: fluentdom/fluentdom

공개 메소드들

메소드 설명
getSupported ( ) : string[]

보호된 메소드들

메소드 설명
transferTo ( DOMNode $node, mixed $json )

비공개 메소드들

메소드 설명
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 )

메소드 상세

getSupported() 공개 메소드

public getSupported ( ) : string[]
리턴 string[]

transferTo() 보호된 메소드

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