MediaWiki
master
Emptiable.php
Go to the documentation of this file.
1
<?php
2
namespace
MediaWiki\Libs
;
3
7
interface
Emptiable
{
8
13
public
function
isEmpty
();
14
15
}
16
18
class_alias( Emptiable::class,
'MediaWiki\\Emptiable'
);
MediaWiki\Libs\Emptiable
An interface to check for emptiness of an object.
Definition
Emptiable.php:7
MediaWiki\Libs\Emptiable\isEmpty
isEmpty()
Check if object is empty.
MediaWiki\Libs
Definition
Emptiable.php:2
includes
libs
Emptiable.php
Generated on Sun Sep 15 2024 13:23:41 for MediaWiki by
1.10.0