You are here

function DiffFormatter::_start_diff in Diff 7.2

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

File

./DiffEngine.php, line 879
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)

Class

DiffFormatter
A class to format Diffs

Code

function _start_diff() {
  ob_start();
}