Documentation

Attr extends DOMAttr implements PrototypeNode Uses PrototypeNodeTrait

Interfaces, Classes and Traits

PrototypeNode

Table of Contents

cleanWhitespace()  : PrototypeNode
empty()  : bool
importNode()  : PrototypeNode
inspect()  : string
match()  : bool
name()  : string
purge()  : PrototypeNode
recursivelyCollect()  : NodeList
removeNode()  : PrototypeNode
replace()  : PrototypeNode
value()  : string

Methods

inspect()

public inspect([bool $xml = null ]) : string
Parameters
$xml : bool = null
Tags
inheritDoc
Return values
string

match()

public match(string $selector) : bool
Parameters
$selector : string
Tags
inheritDoc
Return values
bool

recursivelyCollect()

public recursivelyCollect(string $property[, int $maxLength = null ][, int $nodeType = null ]) : NodeList
Parameters
$property : string
$maxLength : int = null
$nodeType : int = null
Tags
inheritDoc
Return values
NodeList

value()

public value([bool $trimmed = true ]) : string
Parameters
$trimmed : bool = true
Tags
inheritDoc
Return values
string

Search results