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

__construct() public method

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