You are here

function _HWLDF_WordAccumulator::__construct in Diff 7.3

File

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

Class

_HWLDF_WordAccumulator
@todo document @private @subpackage DifferenceEngine

Code

function __construct() {
  $this->_lines = array();
  $this->_line = '';
  $this->_group = '';
  $this->_tag = '';
}