ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
format ($diff) | |
Format a diff. | |
_block ($xbeg, $xlen, $ybeg, $ylen, &$edits) | |
_start_diff () | |
_end_diff () | |
_block_header ($xbeg, $xlen, $ybeg, $ylen) | |
_start_block ($header) | |
_end_block () | |
_lines ($lines, $prefix= ' ') | |
_context ($lines) | |
_added ($lines) | |
_deleted ($lines) | |
_changed ($orig, $closing) |
Data Fields | |
$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 1391 of file class.WordLevelDiff.php.
DiffFormatter::_added | ( | $lines | ) |
DiffFormatter::_block | ( | $xbeg, | |
$xlen, | |||
$ybeg, | |||
$ylen, | |||
& | $edits | ||
) |
Definition at line 1475 of file class.WordLevelDiff.php.
DiffFormatter::_block_header | ( | $xbeg, | |
$xlen, | |||
$ybeg, | |||
$ylen | |||
) |
Reimplemented in TableDiffFormatter.
Definition at line 1505 of file class.WordLevelDiff.php.
DiffFormatter::_changed | ( | $orig, | |
$closing | |||
) |
Reimplemented in TableDiffFormatter.
Definition at line 1537 of file class.WordLevelDiff.php.
DiffFormatter::_context | ( | $lines | ) |
DiffFormatter::_deleted | ( | $lines | ) |
DiffFormatter::_end_block | ( | ) |
DiffFormatter::_end_diff | ( | ) |
Definition at line 1499 of file class.WordLevelDiff.php.
DiffFormatter::_lines | ( | $lines, | |
$prefix = ' ' |
|||
) |
Definition at line 1521 of file class.WordLevelDiff.php.
DiffFormatter::_start_block | ( | $header | ) |
DiffFormatter::_start_diff | ( | ) |
Definition at line 1495 of file class.WordLevelDiff.php.
DiffFormatter::format | ( | $diff | ) |
Format a diff.
$diff | object A Diff object. |
Definition at line 1415 of file class.WordLevelDiff.php.
DiffFormatter::$leading_context_lines = 0 |
Number of leading context "lines" to preserve.
This should be left at zero for this class, but subclasses may want to set this to other values.
Definition at line 1399 of file class.WordLevelDiff.php.
DiffFormatter::$trailing_context_lines = 0 |
Number of trailing context "lines" to preserve.
This should be left at zero for this class, but subclasses may want to set this to other values.
Definition at line 1407 of file class.WordLevelDiff.php.