1 diff.inc | DiffOpDelete::__construct($lines) |
File
- core/
includes/ diff.inc, line 79 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Class
Code
function __construct($lines) {
$this->orig = $lines;
$this->closing = FALSE;
}