|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for DiffFormatter:
Collaboration diagram for DiffFormatter:Public Member Functions | |
| format ($diff) | |
| Format a diff. More... | |
| _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. More... | |
| $trailing_context_lines = 0 | |
| Number of trailing context "lines" to preserve. More... | |
Definition at line 1520 of file class.WordLevelDiff.php.
| DiffFormatter::_added | ( | $lines | ) |
Reimplemented in TableDiffFormatter.
Definition at line 1682 of file class.WordLevelDiff.php.
References _lines().
Referenced by _block(), and _changed().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_block | ( | $xbeg, | |
| $xlen, | |||
| $ybeg, | |||
| $ylen, | |||
| $edits | |||
| ) |
Definition at line 1615 of file class.WordLevelDiff.php.
References _added(), _block_header(), _changed(), _context(), _deleted(), _end_block(), and _start_block().
Referenced by format().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_block_header | ( | $xbeg, | |
| $xlen, | |||
| $ybeg, | |||
| $ylen | |||
| ) |
Reimplemented in TableDiffFormatter.
Definition at line 1649 of file class.WordLevelDiff.php.
Referenced by _block().
Here is the caller graph for this function:| DiffFormatter::_changed | ( | $orig, | |
| $closing | |||
| ) |
Reimplemented in TableDiffFormatter.
Definition at line 1691 of file class.WordLevelDiff.php.
References _added(), and _deleted().
Referenced by _block().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_context | ( | $lines | ) |
Reimplemented in TableDiffFormatter.
Definition at line 1677 of file class.WordLevelDiff.php.
References _lines().
Referenced by _block().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_deleted | ( | $lines | ) |
Reimplemented in TableDiffFormatter.
Definition at line 1686 of file class.WordLevelDiff.php.
References _lines().
Referenced by _block(), and _changed().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_end_block | ( | ) |
Reimplemented in TableDiffFormatter.
Definition at line 1666 of file class.WordLevelDiff.php.
Referenced by _block().
Here is the caller graph for this function:| DiffFormatter::_end_diff | ( | ) |
Definition at line 1642 of file class.WordLevelDiff.php.
Referenced by format().
Here is the caller graph for this function:| DiffFormatter::_lines | ( | $lines, | |
$prefix = ' ' |
|||
| ) |
Definition at line 1670 of file class.WordLevelDiff.php.
Referenced by _added(), _context(), and _deleted().
Here is the caller graph for this function:| DiffFormatter::_start_block | ( | $header | ) |
Reimplemented in TableDiffFormatter.
Definition at line 1661 of file class.WordLevelDiff.php.
Referenced by _block().
Here is the caller graph for this function:| DiffFormatter::_start_diff | ( | ) |
Definition at line 1637 of file class.WordLevelDiff.php.
Referenced by format().
Here is the caller graph for this function:| DiffFormatter::format | ( | $diff | ) |
Format a diff.
| $diff | object A Diff object. |
Definition at line 1544 of file class.WordLevelDiff.php.
References $context, $leading_context_lines, $trailing_context_lines, _block(), _end_diff(), and _start_diff().
Here is the call graph for this function:| 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 1528 of file class.WordLevelDiff.php.
Referenced by format().
| 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 1536 of file class.WordLevelDiff.php.
Referenced by format().