PHP 클래스 FluidXml\FluidContext

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

공개 메소드들

메소드 설명
__construct ( $document, $handler, $context )
__invoke ( $query )
__toString ( )
addCdata ( $text )
addChild ( $child, $optionals ) addChild($child, $value?, $attributes? = [], $switchContext? = false)
addComment ( $text )
addText ( $text )
appendSibling ( $sibling, $optionals )
array_ ( ) it is shadowed by the __call() method.
current ( ) \Iterator interface.
dom ( )
each ( callable $fn )
filter ( callable $fn )
html ( $strip = false )
key ( ) \Iterator interface.
length ( )
next ( ) \Iterator interface.
offsetExists ( $offset ) \ArrayAccess interface.
offsetGet ( $offset ) \ArrayAccess interface.
offsetSet ( $offset, $value ) \ArrayAccess interface.
offsetUnset ( $offset ) \ArrayAccess interface.
prependSibling ( $sibling, $optionals )
query ( $query )
remove ( $query )
rewind ( ) \Iterator interface.
setAttribute ( $name, $value = null ) setAttribute(['name' => 'value', .
setCdata ( $text )
setComment ( $text )
setText ( $text )
times ( $times, callable $fn = null )
valid ( ) \Iterator interface.
xml ( $strip = false )

보호된 메소드들

메소드 설명
callfn ( $fn, $args )
filterQueryResults ( &$results )
newContext ( &$context )
resolveQuery ( $query )

메소드 상세

__construct() 공개 메소드

public __construct ( $document, $handler, $context )

__invoke() 공개 메소드

public __invoke ( $query )

__toString() 공개 메소드

public __toString ( )

addCdata() 공개 메소드

public addCdata ( $text )

addChild() 공개 메소드

addChild($child, $value?, $attributes? = [], $switchContext? = false)
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_ ( )

callfn() 보호된 메소드

protected callfn ( $fn, $args )

current() 공개 메소드

\Iterator interface.
public current ( )

dom() 공개 메소드

public dom ( )

each() 공개 메소드

public each ( callable $fn )
$fn callable

filter() 공개 메소드

public filter ( callable $fn )
$fn callable

filterQueryResults() 보호된 메소드

protected filterQueryResults ( &$results )

html() 공개 메소드

public html ( $strip = false )

key() 공개 메소드

\Iterator interface.
public key ( )

length() 공개 메소드

public length ( )

newContext() 보호된 메소드

protected newContext ( &$context )

next() 공개 메소드

\Iterator interface.
public next ( )

offsetExists() 공개 메소드

\ArrayAccess interface.
public offsetExists ( $offset )

offsetGet() 공개 메소드

\ArrayAccess interface.
public offsetGet ( $offset )

offsetSet() 공개 메소드

\ArrayAccess interface.
public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

\ArrayAccess interface.
public offsetUnset ( $offset )

prependSibling() 공개 메소드

public prependSibling ( $sibling, $optionals )

query() 공개 메소드

public query ( $query )

remove() 공개 메소드

public remove ( $query )

resolveQuery() 보호된 메소드

protected resolveQuery ( $query )

rewind() 공개 메소드

\Iterator interface.
public rewind ( )

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

valid() 공개 메소드

\Iterator interface.
public valid ( )

xml() 공개 메소드

public xml ( $strip = false )