MediaWiki master
NullFileOp.php
Go to the documentation of this file.
1<?php
25
29class NullFileOp extends FileOp {
30}
31
33class_alias( NullFileOp::class, 'NullFileOp' );
FileBackend helper class for representing operations.
Definition FileOp.php:46
Placeholder operation that has no params and does nothing.