[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/filebackend/ -> MemoryFileBackend.php (summary)

Simulation of a backend storage in memory. 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.

Author: Aaron Schulz
File Size: 274 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MemoryFileBackend:: (13 methods):
  isPathUsableInternal()
  doCreateInternal()
  doStoreInternal()
  doCopyInternal()
  doDeleteInternal()
  doGetFileStat()
  doGetLocalCopyMulti()
  doStreamFile()
  doDirectoryExists()
  getDirectoryListInternal()
  getFileListInternal()
  directoriesAreVirtual()
  resolveHashKey()


Class: MemoryFileBackend  - X-Ref

Simulation of a backend storage in memory.

All data in the backend is automatically deleted at the end of PHP execution.
Since the data stored here is volatile, this is only useful for staging or testing.

isPathUsableInternal( $storagePath )   X-Ref
No description

doCreateInternal( array $params )   X-Ref
No description

doStoreInternal( array $params )   X-Ref
No description

doCopyInternal( array $params )   X-Ref
No description

doDeleteInternal( array $params )   X-Ref
No description

doGetFileStat( array $params )   X-Ref
No description

doGetLocalCopyMulti( array $params )   X-Ref
No description

doStreamFile( array $params )   X-Ref
No description

doDirectoryExists( $container, $dir, array $params )   X-Ref
No description

getDirectoryListInternal( $container, $dir, array $params )   X-Ref
No description

getFileListInternal( $container, $dir, array $params )   X-Ref
No description

directoriesAreVirtual()   X-Ref
No description

resolveHashKey( $storagePath )   X-Ref
Get the absolute file system path for a storage path

param: string $storagePath Storage path
return: string|null



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1