PHP 트레잇 FluidXml\FluidAliasesTrait

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

공개 메소드들

메소드 설명
__invoke ( $query )
add ( $child, $optionals )
addChild ( $child, $optionals )
append ( $sibling, $optionals )
appendSibling ( $sibling, $optionals )
attr ( $name, $value = null )
cdata ( $text )
comment ( $text )
length ( )
prepend ( $sibling, $optionals )
prependSibling ( $sibling, $optionals )
query ( $query )
setAttribute ( $name, $value = null )
setCdata ( $text )
setComment ( $text )
setText ( $text )
size ( )
text ( $text )

메소드 상세

__invoke() 공개 메소드

public __invoke ( $query )

add() 공개 메소드

public add ( $child, $optionals )

addChild() 추상적인 공개 메소드

abstract public addChild ( $child, $optionals )

append() 공개 메소드

public append ( $sibling, $optionals )

appendSibling() 추상적인 공개 메소드

abstract public appendSibling ( $sibling, $optionals )

attr() 공개 메소드

public attr ( $name, $value = null )

cdata() 공개 메소드

public cdata ( $text )

comment() 공개 메소드

public comment ( $text )

length() 추상적인 공개 메소드

abstract public length ( )

prepend() 공개 메소드

public prepend ( $sibling, $optionals )

prependSibling() 추상적인 공개 메소드

abstract public prependSibling ( $sibling, $optionals )

query() 추상적인 공개 메소드

abstract public query ( $query )

setAttribute() 추상적인 공개 메소드

abstract public setAttribute ( $name, $value = null )

setCdata() 추상적인 공개 메소드

abstract public setCdata ( $text )

setComment() 추상적인 공개 메소드

abstract public setComment ( $text )

setText() 추상적인 공개 메소드

abstract public setText ( $text )

size() 공개 메소드

public size ( )

text() 공개 메소드

public text ( $text )