Abstract
- Children
-
Implements
Stringable
Methods |
public
__call
(
$name
,
$arguments
)
|
public
__get
(
$name
)
|
public
__invoke
(
$selector
,
$idx
=
NULL
)
|
public
__isset
(
$name
)
|
public
__set
(
$name
,
$value
)
|
public
__toString
() :
string
|
public
__unset
(
$name
)
|
public
abstract
find
(
string
$selector
,
$idx
=
NULL
)
|
public
abstract
getAllAttributes
()
|
public abstract getAttribute ( string $name ) : string |
public abstract hasAttribute ( string $name ) : bool |
public abstract html ( bool $multiDecodeNewHtmlEntity = false ) : string |
public abstract innerHtml ( bool $multiDecodeNewHtmlEntity = false , bool $putBrokenReplacedBack = true ) : string |
public
abstract
removeAttribute
(
string
$name
) :
voku |
public
abstract
setAttribute
(
string
$name
,
$value
=
NULL
,
bool
$strictEmptyValueCheck
=
false
) :
voku
|
public abstract text () : string |
Properties |
protected
static
$functionAliases
=
[
'children'
=>
'childNodes'
,
'first_child'
=>
'firstChild'
,
'last_child'
=>
'lastChild'
,
'next_sibling'
=>
'nextSibling'
,
'prev_sibling'
=>
'previousSibling'
,
'parent'
=>
'parentNode'
,
'outertext'
=>
'html'
,
'outerhtml'
=>
'html'
,
'innertext'
=>
'innerHtml'
,
'innerhtml'
=>
'innerHtml'
,
'innerhtmlkeep'
=>
'innerHtmlKeep'
]
|
protected
$node
|
Methods |
protected
abstract
replaceChildWithString
(
string
$string
,
bool
$putBrokenReplacedBack
=
true
) :
voku |
protected
abstract
replaceNodeWithString
(
string
$string
) :
voku |
protected
abstract
replaceTextWithString
(
$string
) :
voku
|
Properties |
private
$classListCache
|
Properties |
protected
static
$functionAliases
=
[
'children'
=>
'childNodes'
,
'first_child'
=>
'firstChild'
,
'last_child'
=>
'lastChild'
,
'next_sibling'
=>
'nextSibling'
,
'prev_sibling'
=>
'previousSibling'
,
'parent'
=>
'parentNode'
,
'outertext'
=>
'html'
,
'outerhtml'
=>
'html'
,
'innertext'
=>
'innerHtml'
,
'innerhtml'
=>
'innerHtml'
,
'innerhtmlkeep'
=>
'innerHtmlKeep'
]
|