Analyzer
class Analyzer
Class Analyzer
Methods
__construct($caseId)
No description
bool
hasActivity(string $type, string $status = NULL)
Determine if case includes an activity of given type/status
array
getActivities()
Get a list of all activities in the case.
array|NULL,
getSingleActivity(string $type)
Get a single activity record by type.
int
getCaseId()
No description
array,
getCase()
No description
string
getCaseType()
No description
array
getActivityIndex(array $keys)
Get a list of all activities in the case (indexed by some property/properties)
SimpleXMLElement|NULL
getXml()
No description
flush()
Flush any cached information.
Details
at line 68
__construct($caseId)
at line 82
bool
hasActivity(string $type, string $status = NULL)
Determine if case includes an activity of given type/status
at line 114
array
getActivities()
Get a list of all activities in the case.
at line 141
array|NULL,
getSingleActivity(string $type)
Get a single activity record by type.
This function is only used by SequenceListenerTest
at line 163
int
getCaseId()
at line 170
array,
getCase()
at line 181
string
getCaseType()
at line 201
array
getActivityIndex(array $keys)
Get a list of all activities in the case (indexed by some property/properties)
at line 212
SimpleXMLElement|NULL
getXml()
at line 222
flush()
Flush any cached information.