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

[feature/passwords] Get rid of set_name/get_name methods for passwords drivers

PHPBB3-11610
This commit is contained in:
Marc Alexander
2014-02-02 14:09:09 +01:00
parent 85f1e8afa5
commit 292961a277
10 changed files with 8 additions and 75 deletions

View File

@@ -57,11 +57,4 @@ interface driver_interface
* @return string String containing the hash settings
*/
public function get_settings_only($hash, $full = false);
/**
* Get the driver name
*
* @return string Driver name
*/
public function get_name();
}