mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15287] Add is_available method
PHPBB3-15287
This commit is contained in:
@@ -28,4 +28,11 @@ interface provider_interface
|
||||
* @return array Configuration keys
|
||||
*/
|
||||
public function get_options();
|
||||
|
||||
/**
|
||||
* Return true if the adapter is available.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function is_available();
|
||||
}
|
||||
|
Reference in New Issue
Block a user