Text_Diff_Op::reverse()publicWP 1.0

Method of the class: Text_Diff_Op{}

No Hooks.

Return

null. Nothing (null).

Usage

$Text_Diff_Op = new Text_Diff_Op();
$Text_Diff_Op->&reverse();

Text_Diff_Op::reverse() code WP 6.5.2

function &reverse()
{
    trigger_error('Abstract method', E_USER_ERROR);
}