Text_Diff_Op_delete::__construct() public WP 1.0
PHP5 constructor.
{} It's a method of the class: Text_Diff_Op_delete{}
No Hooks.
Return
Null. Nothing.
Usage
$Text_Diff_Op_delete = new Text_Diff_Op_delete(); $Text_Diff_Op_delete->__construct( $lines );
Code of Text_Diff_Op_delete::__construct() Text Diff Op delete:: construct WP 5.6
function __construct( $lines )
{
$this->orig = $lines;
$this->final = false;
}