Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429320
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
Sat, May 16, 17:26 (10 h, 29 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e9/52/45fcbabe69a557644f53e0f350e9
Default Alt Text
Emptiable.php (315 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment