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