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

getMachineInformation() public method

This method allows you to get the factory name(s) for machines which in turn allows you to polymorphically build all associated objects for your application. This is very powerful since it lets you build tooling that acts generically on all statemachines in your application.
public getMachineInformation ( string $machine = null ) : array
$machine string optional the machine to get the info for
return array an array containing machine names and fully qualifed factory classes and description
    public function getMachineInformation($machine = null);