Public Member Functions | |
__construct ($type) | |
Static Public Member Functions | |
static | typeToString ($type) |
Public Attributes | |
const | NONE = 1 |
const | REMOVED = 2 |
const | ADDED = 4 |
const | CHANGED = 8 |
$type | |
$id = -1 | |
$firstOfID = false | |
$changes |
Definition at line 42 of file HTMLDiff.php.
Modification::__construct | ( | $ | type | ) |
static Modification::typeToString | ( | $ | type | ) | [static] |
Modification::$changes |
Definition at line 55 of file HTMLDiff.php.
Modification::$firstOfID = false |
Definition at line 53 of file HTMLDiff.php.
Modification::$id = -1 |
Definition at line 51 of file HTMLDiff.php.
Modification::$type |
const Modification::ADDED = 4 |
Definition at line 46 of file HTMLDiff.php.
Referenced by TextNodeDiffer::markAsNew(), and HTMLOutput::parse().
const Modification::CHANGED = 8 |
Definition at line 47 of file HTMLDiff.php.
Referenced by TextNodeDiffer::handlePossibleChangedPart(), and HTMLOutput::parse().
const Modification::NONE = 1 |
const Modification::REMOVED = 2 |
Definition at line 45 of file HTMLDiff.php.
Referenced by TextNode::getMinimalDeletedSet(), TextNodeDiffer::markAsDeleted(), and HTMLOutput::parse().