You are here

function DiffFormatter::_start_diff in Diff 5

Same name and namespace in other branches
  1. 5.2 DiffEngine.php \DiffFormatter::_start_diff()
  2. 6.2 DiffEngine.php \DiffFormatter::_start_diff()
  3. 6 DiffEngine.php \DiffFormatter::_start_diff()
  4. 7.3 DiffEngine.php \DiffFormatter::_start_diff()
  5. 7.2 DiffEngine.php \DiffFormatter::_start_diff()
1 call to DiffFormatter::_start_diff()
DiffFormatter::format in ./DiffEngine.php
* Format a diff. * *

File

./DiffEngine.php, line 838

Class

DiffFormatter
A class to format Diffs

Code

function _start_diff() {
  ob_start();
}