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