Updated helpers

This commit is contained in:
Pierre
2017-05-26 09:50:20 +02:00
parent 7a393b1644
commit 78e72542d8
4 changed files with 54 additions and 20 deletions

View File

@ -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");
}
}