lib/ezdiff/classes/ezdifftextengine.php
File containing the eZDiffTextEngine class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- lib
- Version
- 4.6.0
\eZDiffTextEngine
Package: lib
File containing the eZDiffTextEngine class.
- Parent(s)
- \eZDiffEngine
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Properties


$DiffMode= ''
inheritedInherited from:
\eZDiffEngine::$$DiffMode
Details
- Type
- n/a
- Inherited_from
- \eZDiffEngine::$$DiffMode
Methods


createDifferenceObject(
$fromData, $toData
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$fromData | ||
$toData |


createOutput(
$arr, $oldArray, $newArray
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$arr | ||
$oldArray | ||
$newArray |


localSubstring(
$direction, $row, $col, $rows, $cols, $matrix
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$direction | ||
$row | ||
$col | ||
$rows | ||
$cols | ||
$matrix |


substringPlacement(
$startOffset, $endOffset, $totalStringLength
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$startOffset | ||
$endOffset | ||
$totalStringLength |


traceSubstring(
$row, $col, $matrix, $val, $new
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$row | ||
$col | ||
$matrix | ||
$val | ||
$new |