izzum\statemachine\persistence\Tooling::getTransitionHistoryInformation PHP Method

getTransitionHistoryInformation() public method

Useful to build textual or visual (plantuml) output related to transitions for a specific machine or entity in a machine.
public getTransitionHistoryInformation ( string $machine = null, $entity_id = null ) : array
$machine string optional the machine to get the info for
$entity_id optional the entity id to get the history info for
return array an array containing transition history info (machine, entity_id, timestamp, message etc)
    public function getTransitionHistoryInformation($machine = null, $entity_id = null);