PHP Класс FluidXml\FluidXml

Наследование: implements fluidxml\FluidInterface, use trait FluidAliasesTrait, use trait FluidSaveTrait, use trait NewableTrait, use trait ReservedCallTrait, use trait ReservedCallStaticTrait
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( $arguments )
__toString ( )
addCdata ( $text )
addChild ( $child, $optionals )
addComment ( $text )
addText ( $text )
appendSibling ( $sibling, $optionals )
array_ ( ) it is shadowed by the __call() method.
dom ( )
each ( callable $fn )
filter ( callable $fn )
html ( $strip = false )
length ( )
load ( $document )
namespaces ( )
prependSibling ( $sibling, $optionals )
query ( $query )
remove ( $query )
setAttribute ( $name, $value = null )
setCdata ( $text )
setComment ( $text )
setText ( $text )
times ( $times, callable $fn = null )
xml ( $strip = false )

Защищенные методы

Метод Описание
chooseContext ( Closure $fn )
context ( )
mergeOptions ( &$arguments )
namespace_ ( $arguments ) it is shadowed by the __call() method.

Приватные методы

Метод Описание
initRoot ( &$options )
initStylesheet ( &$options )
newDom ( &$options )

Описание методов

__construct() публичный Метод

public __construct ( $arguments )

__toString() публичный Метод

public __toString ( )

addCdata() публичный Метод

public addCdata ( $text )

addChild() публичный Метод

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

chooseContext() защищенный Метод

protected chooseContext ( Closure $fn )
$fn Closure

context() защищенный Метод

protected context ( )

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

load() публичный статический Метод

public static load ( $document )

mergeOptions() защищенный Метод

protected mergeOptions ( &$arguments )

namespace_() защищенный Метод

it is shadowed by the __call() method.
protected namespace_ ( $arguments )

namespaces() публичный Метод

public namespaces ( )

prependSibling() публичный Метод

public prependSibling ( $sibling, $optionals )

query() публичный Метод

public query ( $query )

remove() публичный Метод

public remove ( $query )

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

xml() публичный Метод

public xml ( $strip = false )