1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/15342] Update comments

PHPBB3-15342
This commit is contained in:
Rubén Calvo
2018-07-12 15:56:17 +02:00
parent af7e3662b8
commit e40daea4bd
7 changed files with 40 additions and 40 deletions

View File

@@ -16,28 +16,28 @@ namespace phpbb\storage\provider;
interface provider_interface
{
/**
* Gets adapter name.
* Gets adapter name
*
* @return string
*/
public function get_name();
/**
* Gets adapter class.
* Gets adapter class
*
* @return \phpbb\storage\adapter\adapter_interface
*/
public function get_adapter_class();
/**
* Gets adapter options.
* Gets adapter options
*
* @return array Configuration keys
*/
public function get_options();
/**
* Return true if the adapter is available.
* Return true if the adapter is available
*
* @return bool
*/