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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 )