Example #1
0
 public function _createAvatar(RM_User_Profile $profile, $src)
 {
     $photo = RM_Photo::create($profile->getUser());
     $photo->upload($src);
     return $photo;
 }