1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/15276] Use storage in avatars

PHPBB3-15276
This commit is contained in:
Rubén Calvo
2017-07-19 09:10:33 +02:00
parent d8fb94245f
commit 4ed0de9f41
9 changed files with 408 additions and 38 deletions

View File

@@ -22,6 +22,13 @@ interface adapter_interface
*/
public function configure($options);
/**
* Dumps content into a file.
*
* @param array options Storage-specific options.
*/
public function configure($options);
/**
* Dumps content into a file.
*