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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user