Public Member Functions | |
__construct (TagNode $node, $sem) | |
getRemovedDescription (ChangeText $txt) | |
getAddedDescription (ChangeText $txt) | |
Protected Member Functions | |
addAttributes (ChangeText $txt, array $attributes) | |
translateArgument ($name) | |
Protected Attributes | |
$node | |
$sem |
Definition at line 745 of file HTMLDiff.php.
TagToString::__construct | ( | TagNode $ | node, | |
$ | sem | |||
) |
Reimplemented in NoContentTagToString, and AnchorToString.
Definition at line 751 of file HTMLDiff.php.
References $sem.
TagToString::addAttributes | ( | ChangeText $ | txt, | |
array $ | attributes | |||
) | [protected] |
Reimplemented in AnchorToString.
Definition at line 788 of file HTMLDiff.php.
References $i, $key, $keys, ChangeText::addHtml(), translateArgument(), and wfMsgExt().
Referenced by NoContentTagToString::getAddedDescription(), getAddedDescription(), NoContentTagToString::getRemovedDescription(), and getRemovedDescription().
TagToString::getAddedDescription | ( | ChangeText $ | txt | ) |
Reimplemented in NoContentTagToString.
Definition at line 772 of file HTMLDiff.php.
References addAttributes(), ChangeText::addHtml(), TagToStringFactory::MOVED, TagToStringFactory::STYLE, wfEmptyMsg(), and wfMsgExt().
TagToString::getRemovedDescription | ( | ChangeText $ | txt | ) |
Reimplemented in NoContentTagToString.
Definition at line 756 of file HTMLDiff.php.
References addAttributes(), ChangeText::addHtml(), TagToStringFactory::MOVED, TagToStringFactory::STYLE, wfEmptyMsg(), and wfMsgExt().
TagToString::translateArgument | ( | $ | name | ) | [protected] |
Definition at line 816 of file HTMLDiff.php.
References $name, wfEmptyMsg(), and wfMsgExt().
Referenced by addAttributes().
TagToString::$node [protected] |
Definition at line 747 of file HTMLDiff.php.
TagToString::$sem [protected] |
Definition at line 749 of file HTMLDiff.php.
Referenced by AnchorToString::__construct(), NoContentTagToString::__construct(), and __construct().