You are here

function _HWLDF_WordAccumulator::_HWLDF_WordAccumulator in Diff 6

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. 7.2 DiffEngine.php \_HWLDF_WordAccumulator::_HWLDF_WordAccumulator()

File

./DiffEngine.php, line 904

Class

_HWLDF_WordAccumulator
@todo document @private @subpackage DifferenceEngine

Code

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