|
| __clone () |
| Deeply clone this object.
|
|
| isModified () |
|
| getTemp () |
| Get a lazy-initialized object to which temporary properties can be written.
|
|
| getTempFlag ( $flag) |
| Check whether a bit is set in $this->tmp->bits.
|
|
| setTempFlag ( $flag, $value=true) |
| Set a bit in $this->tmp->bits.
|
|
| toJsonArray () |
|
|
static | jsonClassHintFor (string $keyname) |
|
static | newFromJsonArray (array $json) |
|
◆ getTemp()
Wikimedia\Parsoid\NodeData\DataParsoid::getTemp |
( |
| ) |
|
Get a lazy-initialized object to which temporary properties can be written.
- Returns
- TempData
◆ getTempFlag()
Wikimedia\Parsoid\NodeData\DataParsoid::getTempFlag |
( |
| $flag | ) |
|
Check whether a bit is set in $this->tmp->bits.
- Parameters
-
- Returns
- bool
◆ setTempFlag()
Wikimedia\Parsoid\NodeData\DataParsoid::setTempFlag |
( |
| $flag, |
|
|
| $value = true ) |
Set a bit in $this->tmp->bits.
- Parameters
-
The documentation for this class was generated from the following file:
- src/NodeData/DataParsoid.php