MediaWiki master
|
Object to fake the $_FILES array. More...
Inherits MediaWiki\Request\WebRequestUpload.
Public Member Functions | |
__construct ( $data, $request, $key) | |
Constructor. | |
Public Member Functions inherited from MediaWiki\Request\WebRequestUpload | |
__construct ( $request, $key) | |
Constructor. | |
exists () | |
Return whether a file with this name was uploaded. | |
getError () | |
Return the upload error. | |
getName () | |
Return the original filename of the uploaded file. | |
getSize () | |
Return the file size of the uploaded file. | |
getTempName () | |
Return the path to the temporary file. | |
getType () | |
Return the client specified content type. | |
isIniSizeOverflow () | |
Returns whether this upload failed because of overflow of a maximum set in php.ini. | |
Additional Inherited Members | |
Public Attributes inherited from MediaWiki\Request\WebRequestUpload | |
const | REQUIRED_FILEINFO_KEYS = [ 'name', 'size', 'tmp_name', 'type', 'error', ] |
All keys a fileinfo has to specific to work with this class. | |
Protected Attributes inherited from MediaWiki\Request\WebRequestUpload | |
bool | $doesExist |
array null | $fileInfo |
WebRequest | $request |
MediaWiki\Request\FauxRequestUpload::__construct | ( | $data, | |
$request, | |||
$key ) |
Constructor.
Should only be called by MediaWiki\Request\FauxRequest
array | $data | Array of non-urlencoded key => value pairs, the fake (whole) FILES values |
FauxRequest | $request | The associated faux request |
string | $key | name of upload param |
Definition at line 41 of file FauxRequestUpload.php.
References MediaWiki\Request\WebRequestUpload\$request.