Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431742
BlockCacheEntry.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
372 B
Referenced Files
None
Subscribers
None
BlockCacheEntry.php
View Options
<?php
namespace
MediaWiki\Block
;
/**
* @internal For use by BlockManager
*/
class
BlockCacheEntry
{
public
BlockCacheKey
$key
;
/** @var AbstractBlock|false */
public
$block
;
/**
* @param BlockCacheKey $key
* @param AbstractBlock|false $block
*/
public
function
__construct
(
BlockCacheKey
$key
,
$block
)
{
$this
->
key
=
$key
;
$this
->
block
=
$block
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:01 (1 d, 20 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
25/aa/a0149b0c905cee9bd7b285e22315
Default Alt Text
BlockCacheEntry.php (372 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment