_contactId); $locations = CRM_Contact_BAO_Contact_Location::getMapInfo($ids); $rows = &CRM_Utils_Sunlight::getInfo($locations[0]['city'], $locations[0]['state'], $locations[0]['postal_code'] ); $this->assign('rowCount', count($rows)); $this->assign_by_ref('rows', $rows); } /** * the main function that is called when the page loads, * it decides the which action has to be taken for the page. * * @return null */ public function run() { $this->preProcess(); $this->browse(); return parent::run(); } }