class TyeDiff extends Text_MappedDiff

Methods

__construct($from_text, $to_text, $split_mode = 'words')

No description

string
render(string $display_changes = 'all')

No description

Details

at line 23
__construct($from_text, $to_text, $split_mode = 'words')

No description

Parameters

$from_text
$to_text
$split_mode

at line 62
string render(string $display_changes = 'all')

No description

Parameters

string $display_changes

Determine what to render [all|copy|added|deleted|modified]

Return Value

string

html DiffView