Metabor\Statemachine\Util\SetupHelper::__construct PHP Method

__construct() public method

public __construct ( MetaborStd\Statemachine\StateCollectionInterface $stateCollection )
$stateCollection MetaborStd\Statemachine\StateCollectionInterface
    public function __construct(StateCollectionInterface $stateCollection)
    {
        $this->stateCollection = $stateCollection;
    }