DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
CiviCRM payment_instrument id to name mapping
// Get information about payment_instrument - map from id to name
$instruments = array();
CRM_Core_OptionGroup::getAssoc('payment_instrument', $instruments, true);





