mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15287] Add PHPDoc
PHPBB3-15287
This commit is contained in:
@@ -15,6 +15,17 @@ namespace phpbb\storage\provider;
|
||||
|
||||
interface provider_interface
|
||||
{
|
||||
/**
|
||||
* Gets adapter class.
|
||||
*
|
||||
* @return \phpbb\storage\adapter\adapter_interface
|
||||
*/
|
||||
public function get_class();
|
||||
|
||||
/**
|
||||
* Gets adapter options.
|
||||
*
|
||||
* @return string Configuration keys
|
||||
*/
|
||||
public function get_options();
|
||||
}
|
||||
|
Reference in New Issue
Block a user