ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
TableDiffFormatter () | |
_block_header ($xbeg, $xlen, $ybeg, $ylen) | |
_start_block ($header) | |
_end_block () | |
_lines ($lines, $prefix=' ', $color='white') | |
addedLine ($line) | |
deletedLine ($line) | |
contextLine ($line) | |
emptyLine () | |
_added ($lines) | |
_deleted ($lines) | |
_context ($lines) | |
_changed ($orig, $closing) | |
Public Member Functions inherited from DiffFormatter | |
format ($diff) | |
Format a diff. | |
_block ($xbeg, $xlen, $ybeg, $ylen, &$edits) | |
_start_diff () | |
_end_diff () | |
_lines ($lines, $prefix= ' ') |
Additional Inherited Members | |
Data Fields inherited from DiffFormatter | |
$leading_context_lines = 0 | |
Number of leading context "lines" to preserve. | |
$trailing_context_lines = 0 | |
Number of trailing context "lines" to preserve. |
Definition at line 1706 of file class.WordLevelDiff.php.
TableDiffFormatter::_added | ( | $lines | ) |
Reimplemented from DiffFormatter.
Definition at line 1748 of file class.WordLevelDiff.php.
TableDiffFormatter::_block_header | ( | $xbeg, | |
$xlen, | |||
$ybeg, | |||
$ylen | |||
) |
TableDiffFormatter::_changed | ( | $orig, | |
$closing | |||
) |
Reimplemented from DiffFormatter.
Definition at line 1770 of file class.WordLevelDiff.php.
TableDiffFormatter::_context | ( | $lines | ) |
Reimplemented from DiffFormatter.
Definition at line 1762 of file class.WordLevelDiff.php.
TableDiffFormatter::_deleted | ( | $lines | ) |
Reimplemented from DiffFormatter.
Definition at line 1755 of file class.WordLevelDiff.php.
TableDiffFormatter::_end_block | ( | ) |
TableDiffFormatter::_lines | ( | $lines, | |
$prefix = ' ' , |
|||
$color = 'white' |
|||
) |
Definition at line 1726 of file class.WordLevelDiff.php.
TableDiffFormatter::_start_block | ( | $header | ) |
TableDiffFormatter::addedLine | ( | $line | ) |
Definition at line 1730 of file class.WordLevelDiff.php.
TableDiffFormatter::contextLine | ( | $line | ) |
Definition at line 1740 of file class.WordLevelDiff.php.
TableDiffFormatter::deletedLine | ( | $line | ) |
Definition at line 1735 of file class.WordLevelDiff.php.
TableDiffFormatter::emptyLine | ( | ) |
Definition at line 1744 of file class.WordLevelDiff.php.
TableDiffFormatter::TableDiffFormatter | ( | ) |
Definition at line 1708 of file class.WordLevelDiff.php.