Table of Contents
Properties
-
$document
: mixed
-
$globalGoals
: mixed
-
$node
: mixed
-
$weeklyGoalsList
: mixed
-
$xpath
: mixed
Methods
-
__construct()
: mixed
-
asNode()
: mixed
-
clearEmpty()
: mixed
-
getName()
: mixed
-
isEmpty()
: mixed
-
setData()
: mixed
-
setName()
: mixed
$document
protected
mixed
$document
$globalGoals
protected
mixed
$globalGoals
$node
protected
mixed
$node
$weeklyGoalsList
protected
mixed
$weeklyGoalsList
$xpath
protected
mixed
$xpath
__construct()
public
__construct(DOMXPath $xpath, DOMElement $node) : mixed
Parameters
-
$xpath
: DOMXPath
-
-
$node
: DOMElement
-
asNode()
public
asNode(DOMDocument $doc) : mixed
Parameters
-
$doc
: DOMDocument
-
clearEmpty()
public
clearEmpty() : mixed
getName()
public
getName() : mixed
isEmpty()
public
isEmpty() : mixed
setData()
public
setData(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
setName()
public
setName(mixed $name) : mixed
Parameters
-
$name
: mixed
-