|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 1523 of file class.WordLevelDiff.php.
| DiffFormatter::_added | ( | $lines | ) |
Reimplemented in TableDiffFormatter.
Definition at line 1685 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 1618 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 1652 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 1694 of file class.WordLevelDiff.php.
References $orig, _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 1680 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 1689 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 1669 of file class.WordLevelDiff.php.
Referenced by _block().
Here is the caller graph for this function:| DiffFormatter::_end_diff | ( | ) |
Definition at line 1645 of file class.WordLevelDiff.php.
Referenced by format().
Here is the caller graph for this function:| DiffFormatter::_lines | ( | $lines, | |
$prefix = ' ' |
|||
| ) |
Definition at line 1673 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 1664 of file class.WordLevelDiff.php.
References $header.
Referenced by _block().
Here is the caller graph for this function:| DiffFormatter::_start_diff | ( | ) |
Definition at line 1640 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 1547 of file class.WordLevelDiff.php.
References $end, $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 1531 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 1539 of file class.WordLevelDiff.php.
Referenced by format().