MediaWiki REL1_39
DiffOpDelete.php
Go to the documentation of this file.
1<?php
2
35class DiffOpDelete extends DiffOp {
37 public $type = 'delete';
38
42 public function __construct( $lines ) {
43 $this->orig = $lines;
44 $this->closing = false;
45 }
46
50 public function reverse() {
51 return new DiffOpAdd( $this->orig );
52 }
53}
Extends DiffOp.
Definition DiffOpAdd.php:35
Extends DiffOp.
__construct( $lines)
The base class for all other DiffOp classes.
Definition DiffOp.php:37
if(!file_exists( $CREDITS)) $lines