Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4134441
Emptiable.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
315 B
Referenced Files
None
Subscribers
None
Emptiable.php
View Options
<?php
namespace
MediaWiki\Libs
;
/**
* An interface to check for emptiness of an object
*/
interface
Emptiable
{
/**
* Check if object is empty
* @return bool Is it empty
*/
public
function
isEmpty
();
}
/** @deprecated class alias since 1.41 */
class_alias
(
Emptiable
::
class
,
'MediaWiki
\\
Emptiable'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 12:39 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
41/f0/fa022f64c3ad85cec986dbc54406
Default Alt Text
Emptiable.php (315 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment