Table of Contents
Properties
-
$document
: mixed
-
$goalList
: mixed
-
$node
: mixed
-
$xpath
: mixed
Methods
-
__construct()
: mixed
-
clearEmpty()
: mixed
-
getNode()
: mixed
-
isEmpty()
: mixed
-
setData()
: mixed
$document
protected
mixed
$document
$goalList
protected
mixed
$goalList
$node
protected
mixed
$node
$xpath
protected
mixed
$xpath
__construct()
public
__construct(DOMXPath $xpath, DOMElement $node) : mixed
Parameters
-
$xpath
: DOMXPath
-
-
$node
: DOMElement
-
clearEmpty()
public
clearEmpty([mixed $removeSelf = true ]) : mixed
Parameters
-
$removeSelf
: mixed
= true
-
getNode()
public
getNode() : mixed
isEmpty()
public
isEmpty() : mixed
setData()
public
setData(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-