PHP 인터페이스 FluidXml\FluidInterface

파일 보기 프로젝트 열기: servo-php/fluidxml

공개 메소드들

메소드 설명
__invoke ( $query )
__toString ( )
add ( $child, $optionals )
addCdata ( $text )
addChild ( $child, $optionals )
addComment ( $text )
addText ( $text )
append ( $sibling, $optionals )
appendSibling ( $sibling, $optionals )
array_ ( )
attr ( $name, $value = null )
cdata ( $text )
comment ( $text )
dom ( )
each ( callable $fn )
filter ( callable $fn )
html ( $strip = false )
length ( )
prepend ( $sibling, $optionals )
prependSibling ( $sibling, $optionals )
query ( $query )
remove ( $query )
save ( $file, $strip = false )
setAttribute ( $name, $value = null )
setCdata ( $text )
setComment ( $text )
setText ( $text )
size ( )
text ( $text )
times ( $times, callable $fn = null )
xml ( $strip = false )

메소드 상세

__invoke() 공개 메소드

public __invoke ( $query )

__toString() 공개 메소드

public __toString ( )

add() 공개 메소드

public add ( $child, $optionals )

addCdata() 공개 메소드

public addCdata ( $text )

addChild() 공개 메소드

public addChild ( $child, $optionals )

addComment() 공개 메소드

public addComment ( $text )

addText() 공개 메소드

public addText ( $text )

append() 공개 메소드

public append ( $sibling, $optionals )

appendSibling() 공개 메소드

public appendSibling ( $sibling, $optionals )

array_() 공개 메소드

public array_ ( )

attr() 공개 메소드

public attr ( $name, $value = null )

cdata() 공개 메소드

public cdata ( $text )

comment() 공개 메소드

public comment ( $text )

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 ( )

prepend() 공개 메소드

public prepend ( $sibling, $optionals )

prependSibling() 공개 메소드

public prependSibling ( $sibling, $optionals )

query() 공개 메소드

public query ( $query )

remove() 공개 메소드

public remove ( $query )

save() 공개 메소드

public save ( $file, $strip = false )

setAttribute() 공개 메소드

public setAttribute ( $name, $value = null )

setCdata() 공개 메소드

public setCdata ( $text )

setComment() 공개 메소드

public setComment ( $text )

setText() 공개 메소드

public setText ( $text )

size() 공개 메소드

public size ( )

text() 공개 메소드

public text ( $text )

times() 공개 메소드

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

xml() 공개 메소드

public xml ( $strip = false )