1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15287] Update storage

PHPBB3-15287
This commit is contained in:
Rubén Calvo
2017-07-19 14:26:07 +02:00
parent 51d42b2ced
commit af21b8b6c1
6 changed files with 126 additions and 5 deletions

View File

@@ -15,6 +15,13 @@ namespace phpbb\storage\adapter;
interface adapter_interface
{
/**
* Set adapter parameters
*
* @param array options Storage-specific options.
*/
public function configure($options);
/**
* Dumps content into a file.
*