@@ -733,7 +745,8 @@ abstract class CRM_Utils_Hook {
*
* @param int $caseID - the case ID
*
* @return array of data to be displayed, where the key is a unique id to be used for styling (div id's) and the value is an array with keys 'label' and 'value' specifying label/value pairs
* @return array of data to be displayed, where the key is a unique id to be used for styling (div id's)
* and the value is an array with keys 'label' and 'value' specifying label/value pairs
* @access public
*/
staticfunctioncaseSummary($caseID){
...
...
@@ -873,7 +886,8 @@ abstract class CRM_Utils_Hook {
* This hook is called after a row has been processed and the
* record (and associated records imported
*
* @param string $object - object being imported (for now Contact only, later Contribution, Activity, Participant and Member)
* @param string $object - object being imported (for now Contact only, later Contribution, Activity,
* Participant and Member)
* @param string $usage - hook usage/location (for now process only, later mapping and others)
* @param string $objectRef - import record object
* @param array $params - array with various key values: currently
...
...
@@ -980,9 +994,9 @@ abstract class CRM_Utils_Hook {
* @param array $result (reference) has two fields
* contactID - the new (or same) contactID
* action - 3 possible values:
* CRM_Utils_Mail_Incoming::EMAILPROCESSOR_CREATE_INDIVIDUAL - create a new contact record
* CRM_Utils_Mail_Incoming::EMAILPROCESSOR_OVERRIDE - use the new contactID
* CRM_Utils_Mail_Incoming::EMAILPROCESSOR_IGNORE - skip this email address
* CRM_Utils_Mail_Incoming::EMAILPROCESSOR_CREATE_INDIVIDUAL - create a new contact record
* CRM_Utils_Mail_Incoming::EMAILPROCESSOR_OVERRIDE - use the new contactID
* CRM_Utils_Mail_Incoming::EMAILPROCESSOR_IGNORE - skip this email address
*
* @return null
* @access public
...
...
@@ -1074,7 +1088,8 @@ abstract class CRM_Utils_Hook {
/**
* This hook is called when a module-extension is installed.
* Each module will receive hook_civicrm_install during its own installation (but not during the installation of unrelated modules).
* Each module will receive hook_civicrm_install during its own installation (but not during the