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

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

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