Page MenuHomeWickedGov Phorge

MediaHandlerState.php
No OneTemporary

Size
537 B
Referenced Files
None
Subscribers
None

MediaHandlerState.php

<?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

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)

Event Timeline