CRM_Case_Audit_AuditConfig
class CRM_Case_Audit_AuditConfig
Class CRM_Case_Audit_AuditConfig
Methods
No description
No description
No description
No description
No description
No description
Check if label $n is explicitly listed in region $r in the config.
Should field $n be included in region $r, taking into account exclusion rules.
Should the time component of field $n in region $r be displayed?
Return a list of all the regions in the config file.
Sort a group of fields for a given region according to the order in the config.
This is intended to be called as a sort callback function, returning whether a field in a region comes before or after another one.
Details
at line 19
__construct(string $filename)
at line 34
string
getCompletionValue()
at line 41
string
getCompletionLabel()
at line 48
array
getSortByLabels()
at line 55
array
getIfBlanks()
at line 59
loadConfig()
at line 144
bool
inRegion($n, $r)
Check if label $n is explicitly listed in region $r in the config.
at line 161
bool
includeInRegion($n, $r)
Should field $n be included in region $r, taking into account exclusion rules.
at line 183
bool
includeTime($n, $r)
Should the time component of field $n in region $r be displayed?
at line 211
array
getRegions()
Return a list of all the regions in the config file.
at line 222
sort($f, $r)
Sort a group of fields for a given region according to the order in the config.
The array to be sorted should have elements that have a member with a key of 'label', and the value should be the field label.
at line 241
int
compareFields($a, $b)
This is intended to be called as a sort callback function, returning whether a field in a region comes before or after another one.
See also PHP's usort().