Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4104241
MediaHandlerState.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
537 B
Referenced Files
None
Subscribers
None
MediaHandlerState.php
View Options
<?php
/**
* An interface to support process-local caching of handler data associated
* with a given file. Intended to replace the previous usage of custom
* properties on the File object.
*
* @since 1.37
*/
interface
MediaHandlerState
{
/**
* Get a value, or null if it does not exist.
*
* @param string $key
* @return mixed|null
*/
public
function
getHandlerState
(
string
$key
);
/**
* Set a value
*
* @param string $key
* @param mixed $value
*/
public
function
setHandlerState
(
string
$key
,
$value
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 18:23 (3 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
39/f1/cf7ba592c039e568aed077f2ba79
Default Alt Text
MediaHandlerState.php (537 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment