1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/avatars] Move avatar specific settings to drivers

PHPBB3-10018
This commit is contained in:
Marc Alexander
2012-11-21 17:15:35 +01:00
parent 9b61204a17
commit 726d1a16d7
7 changed files with 76 additions and 9 deletions

View File

@@ -62,6 +62,13 @@ interface phpbb_avatar_driver_interface
**/
public function prepare_form($template, $row, &$error);
/**
* Prepare form for changing the acp settings of this avatar
*
* @return array Return the array containing the acp settings
**/
public function prepare_form_acp();
/**
* Process form data
*