MediaWiki master
NullFileOp.php
Go to the documentation of this file.
1<?php
11
15class NullFileOp extends FileOp {
16}
17
19class_alias( NullFileOp::class, 'NullFileOp' );
FileBackend helper class for representing operations.
Definition FileOp.php:32
Placeholder operation that has no params and does nothing.