MediaWiki  1.23.15
LocalFile.php File Reference

Local file in the wiki's own database. More...

Go to the source code of this file.

Classes

class  LocalFile
 Class to represent a local file in the wiki's own database. More...
 
class  LocalFileDeleteBatch
 Helper class for file deletion. More...
 
class  LocalFileMoveBatch
 Helper class for file movement. More...
 
class  LocalFileRestoreBatch
 Helper class for file undeletion. More...
 

Variables

const MW_FILE_VERSION 9
 Bump this number when serialized cache records may be incompatible. More...
 

Detailed Description

Local file in the wiki's own database.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html

Definition in file LocalFile.php.

Variable Documentation

◆ MW_FILE_VERSION

const MW_FILE_VERSION 9

Bump this number when serialized cache records may be incompatible.

Definition at line 27 of file LocalFile.php.

Referenced by LocalFile\loadFromCache(), and LocalFile\saveToCache().