MediaWiki REL1_39
Emptiable.php
Go to the documentation of this file.
1<?php
2namespace MediaWiki;
3
7interface Emptiable {
8
13 public function isEmpty();
14
15}
An interface to check for emptiness of an object.
Definition Emptiable.php:7
isEmpty()
Check if object is empty.
A helper class for throttling authentication attempts.