mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[feature/avatars] Add missing explanation to docblock of get_all_drivers()
PHPBB3-10018
This commit is contained in:
parent
c865f98dcf
commit
6f41228752
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ class phpbb_avatar_manager
|
||||||
/**
|
/**
|
||||||
* Get a list of all avatar drivers
|
* Get a list of all avatar drivers
|
||||||
*
|
*
|
||||||
|
* As this function will only be called in the ACP avatar settings page, it
|
||||||
|
* doesn't make much sense to cache the list of all avatar drivers like the
|
||||||
|
* list of the enabled drivers.
|
||||||
|
*
|
||||||
* @return array Array containing a list of all avatar drivers
|
* @return array Array containing a list of all avatar drivers
|
||||||
*/
|
*/
|
||||||
public function get_all_drivers()
|
public function get_all_drivers()
|
||||||
|
|
Loading…
Add table
Reference in a new issue