Metabor\Statemachine\Util\StateCollectionMerger::__construct PHP Метод

__construct() публичный Метод

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