function DiffFormatter::_start_block in Diff 5
Same name and namespace in other branches
- 5.2 DiffEngine.php \DiffFormatter::_start_block()
- 6.2 DiffEngine.php \DiffFormatter::_start_block()
- 6 DiffEngine.php \DiffFormatter::_start_block()
- 7.3 DiffEngine.php \DiffFormatter::_start_block()
- 7.2 DiffEngine.php \DiffFormatter::_start_block()
1 call to DiffFormatter::_start_block()
1 method overrides DiffFormatter::_start_block()
File
- ./
DiffEngine.php, line 857
Class
- DiffFormatter
- A class to format Diffs
Code
function _start_block($header) {
if ($this->show_header) {
echo $header;
}
}