Méthode |
Description |
|
__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 ) |
|
|