PHP 클래스 FluidXml\FluidXml

상속: implements fluidxml\FluidInterface, use trait FluidAliasesTrait, use trait FluidSaveTrait, use trait NewableTrait, use trait ReservedCallTrait, use trait ReservedCallStaticTrait
파일 보기 프로젝트 열기: servo-php/fluidxml 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $arguments )
__toString ( )
addCdata ( $text )
addChild ( $child, $optionals )
addComment ( $text )
addText ( $text )
appendSibling ( $sibling, $optionals )
array_ ( ) it is shadowed by the __call() method.
dom ( )
each ( callable $fn )
filter ( callable $fn )
html ( $strip = false )
length ( )
load ( $document )
namespaces ( )
prependSibling ( $sibling, $optionals )
query ( $query )
remove ( $query )
setAttribute ( $name, $value = null )
setCdata ( $text )
setComment ( $text )
setText ( $text )
times ( $times, callable $fn = null )
xml ( $strip = false )

보호된 메소드들

메소드 설명
chooseContext ( Closure $fn )
context ( )
mergeOptions ( &$arguments )
namespace_ ( $arguments ) it is shadowed by the __call() method.

비공개 메소드들

메소드 설명
initRoot ( &$options )
initStylesheet ( &$options )
newDom ( &$options )

메소드 상세

__construct() 공개 메소드

public __construct ( $arguments )

__toString() 공개 메소드

public __toString ( )

addCdata() 공개 메소드

public addCdata ( $text )

addChild() 공개 메소드

public addChild ( $child, $optionals )

addComment() 공개 메소드

public addComment ( $text )

addText() 공개 메소드

public addText ( $text )

appendSibling() 공개 메소드

public appendSibling ( $sibling, $optionals )

array_() 공개 메소드

it is shadowed by the __call() method.
public array_ ( )

chooseContext() 보호된 메소드

protected chooseContext ( Closure $fn )
$fn Closure

context() 보호된 메소드

protected context ( )

dom() 공개 메소드

public dom ( )

each() 공개 메소드

public each ( callable $fn )
$fn callable

filter() 공개 메소드

public filter ( callable $fn )
$fn callable

html() 공개 메소드

public html ( $strip = false )

length() 공개 메소드

public length ( )

load() 공개 정적인 메소드

public static load ( $document )

mergeOptions() 보호된 메소드

protected mergeOptions ( &$arguments )

namespace_() 보호된 메소드

it is shadowed by the __call() method.
protected namespace_ ( $arguments )

namespaces() 공개 메소드

public namespaces ( )

prependSibling() 공개 메소드

public prependSibling ( $sibling, $optionals )

query() 공개 메소드

public query ( $query )

remove() 공개 메소드

public remove ( $query )

setAttribute() 공개 메소드

public setAttribute ( $name, $value = null )

setCdata() 공개 메소드

public setCdata ( $text )

setComment() 공개 메소드

public setComment ( $text )

setText() 공개 메소드

public setText ( $text )

times() 공개 메소드

public times ( $times, callable $fn = null )
$fn callable

xml() 공개 메소드

public xml ( $strip = false )