You are here

function _HWLDF_WordAccumulator::_HWLDF_WordAccumulator in Diff 7.2

Same name and namespace in other branches
  1. 5.2 DiffEngine.php \_HWLDF_WordAccumulator::_HWLDF_WordAccumulator()
  2. 5 DiffEngine.php \_HWLDF_WordAccumulator::_HWLDF_WordAccumulator()
  3. 6.2 DiffEngine.php \_HWLDF_WordAccumulator::_HWLDF_WordAccumulator()
  4. 6 DiffEngine.php \_HWLDF_WordAccumulator::_HWLDF_WordAccumulator()

File

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

Class

_HWLDF_WordAccumulator
@todo document @private @subpackage DifferenceEngine

Code

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