class CRM_Case_ManagedEntities

Class CRM_Case_ManagedEntities

Methods

static array
createManagedCaseTypes()

Get a list of managed-entities representing auto-generated case-types using hook_civicrm_caseTypes.

static array
createManagedActivityTypes( $xmlRepo, $me)

Get a list of managed activity-types by searching CiviCase XML files.

static array
createManagedRelationshipTypes( $xmlRepo, $me)

Get a list of managed relationship-types by searching CiviCase XML files.

Details

at line 16
static array createManagedCaseTypes()

Get a list of managed-entities representing auto-generated case-types using hook_civicrm_caseTypes.

Return Value

array

Exceptions

CRM_Core_Exception

See also

CRM_Utils_Hook::managed

at line 66
static array createManagedActivityTypes( $xmlRepo, $me)

Get a list of managed activity-types by searching CiviCase XML files.

Parameters

$xmlRepo
$me

Return Value

array

See also

CRM_Utils_Hook::managed

at line 110
static array createManagedRelationshipTypes( $xmlRepo, $me)

Get a list of managed relationship-types by searching CiviCase XML files.

Parameters

$xmlRepo
$me

Return Value

array

See also

CRM_Utils_Hook::managed