function DrupalDiffFormatter::_start_diff in Diff 7.2
Same name and namespace in other branches
- 5.2 DiffEngine.php \DrupalDiffFormatter::_start_diff()
- 6.2 DiffEngine.php \DrupalDiffFormatter::_start_diff()
- 6 DiffEngine.php \DrupalDiffFormatter::_start_diff()
- 7.3 DiffEngine.php \DrupalDiffFormatter::_start_diff()
Overrides DiffFormatter::_start_diff
File
- ./
DiffEngine.php, line 1093 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Class
- DrupalDiffFormatter
- Diff formatter which uses Drupal theme functions. @private @subpackage DifferenceEngine
Code
function _start_diff() {
$this->rows = array();
}