Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7722
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, Sep 10, 15:28 (17 h, 7 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2a/97/0f27e9be16bbd2dc1bc17ff7f1f3
Default Alt Text
Emptiable.php (315 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment