Skip to content

Instantly share code, notes, and snippets.

@bwaidelich
Created September 9, 2011 09:21
Show Gist options
  • Save bwaidelich/1205824 to your computer and use it in GitHub Desktop.
Save bwaidelich/1205824 to your computer and use it in GitHub Desktop.
Update electronic address
$electronicAddresses = $person->getElectronicAddresses();
$electronicAddressIndex = $electronicAddresses->indexOf($modifiedElectronicAddress);
$electronicAddresses->set($electronicAddressIndex, $modifiedElectronicAddress);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment