1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/11626] Change interface to match functionality

Changes the interface so that it matches the new functionality of
phpbb_provider_auth_interface::acp().

PHPBB3-11626
This commit is contained in:
Joseph Warner
2013-07-08 14:02:53 -04:00
parent 29b472c2e5
commit 60100b62f3
4 changed files with 8 additions and 50 deletions

View File

@@ -60,16 +60,10 @@ interface phpbb_auth_provider_interface
* This function is used to output any required fields in the authentication
* admin panel. It also defines any required configuration table fields.
*
* @param array $new Contains the new configuration values that have
* been set in acp_board.
* @return array|null Returns null if not implemented or an array of the
* form:
* array(
* 'tpl' => string
* 'config' => array
* )
* configuration fields of the provider.
*/
public function acp($new);
public function acp();
/**
* This function updates the template with variables related to the acp