PHP 트레잇 FluentDOM\Loader\Supports\Json

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

공개 메소드들

메소드 설명
load ( mixed $source, string $contentType, array | Traversable | Options $options = [] ) : Document | Result | null Load the json string into an DOMDocument
loadFragment ( string $source, string $contentType, array | Traversable | Options $options = [] ) : DocumentFragment | null

보호된 메소드들

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

비공개 메소드들

메소드 설명
getJson ( mixed $source, string $contentType ) : mixed
getNamespaceForNode ( string $nodeName, stdClass $properties, DOMNode $parent ) : string
getNamespacePropertyName ( string $prefix ) : string Get the property name for a namespace prefix
getValueAsString ( mixed $value ) : string

메소드 상세

load() 공개 메소드

Load the json string into an DOMDocument
public load ( mixed $source, string $contentType, array | Traversable | Options $options = [] ) : Document | Result | null
$source mixed
$contentType string
$options array | Traversable | Options
리턴 FluentDOM\Document | FluentDOM\Loader\Result | null

loadFragment() 공개 메소드

또한 보기: Loadable::loadFragment
public loadFragment ( string $source, string $contentType, array | Traversable | Options $options = [] ) : DocumentFragment | null
$source string
$contentType string
$options array | Traversable | Options
리턴 FluentDOM\DocumentFragment | null

transferTo() 추상적인 보호된 메소드

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