Text_Diff_Op_delete::__construct
PHP5 constructor.
Method of the class: Text_Diff_Op_delete{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Text_Diff_Op_delete = new Text_Diff_Op_delete(); $Text_Diff_Op_delete->__construct( $lines );
- $lines(required)
- .
Text_Diff_Op_delete::__construct() Text Diff Op delete:: construct code WP 6.9
function __construct( $lines )
{
$this->orig = $lines;
$this->final = false;
}