diff options
Diffstat (limited to 'phpBB/includes/avatar/driver/interface.php')
-rw-r--r-- | phpBB/includes/avatar/driver/interface.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/includes/avatar/driver/interface.php b/phpBB/includes/avatar/driver/interface.php index 16fef58e7a..f066470174 100644 --- a/phpBB/includes/avatar/driver/interface.php +++ b/phpBB/includes/avatar/driver/interface.php @@ -22,6 +22,13 @@ if (!defined('IN_PHPBB')) interface phpbb_avatar_driver_interface { /** + * Returns the name of the driver. + * + * @return string Name of wrapped driver. + */ + public function get_name(); + + /** * Get the avatar url and dimensions * * @param $ignore_config Whether this function should respect the users prefs |