getUserPhoto() public static method

public static getUserPhoto ( $userId, $size )
示例#1
0
 public function photo(User $user, $args)
 {
     return DataSource::getUserPhoto($user->id, $args['size']);
 }