mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-18 16:18:04 +00:00
Updated helpers
This commit is contained in:
@ -12,8 +12,14 @@ class accountImage{
|
||||
//Nothing now
|
||||
}
|
||||
|
||||
public function test(){
|
||||
return "test";
|
||||
/**
|
||||
* Returns the path of an account image
|
||||
*
|
||||
* @param Integer $userID The ID of the user on which we perform research
|
||||
* @return String The URL pointing on the avatar
|
||||
*/
|
||||
public function getPath($userID){
|
||||
return path_account_image("0Reverse.png");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user