function DiffFormatter::_end_block in Diff 7.2
Same name and namespace in other branches
- 5.2 DiffEngine.php \DiffFormatter::_end_block()
- 5 DiffEngine.php \DiffFormatter::_end_block()
- 6.2 DiffEngine.php \DiffFormatter::_end_block()
- 6 DiffEngine.php \DiffFormatter::_end_block()
- 7.3 DiffEngine.php \DiffFormatter::_end_block()
1 call to DiffFormatter::_end_block()
1 method overrides DiffFormatter::_end_block()
File
- ./
DiffEngine.php, line 906 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Class
- DiffFormatter
- A class to format Diffs
Code
function _end_block() {
}