Exemplo n.º 1
0
 /**
  * Inform the service about a profile update
  *
  * Sends an updated profile to the service.
  *
  * @param OMB_Profile $profile The profile that has changed
  *
  * @access public
  */
 public function updateProfile($profile)
 {
     $params = $profile->asParameters('omb_listenee', true);
     $this->performOMBAction(OMB_ENDPOINT_UPDATEPROFILE, $params, $profile->getIdentifierURI());
 }