class DoctrineEventStoreFactory implements EventStoreFactoryInterface (View source)

Methods

__construct(Connection $connection)

No description

EventStoreInterface
build(ContentRepositoryId $contentRepositoryId, array $options, ClockInterface $clock)

No description

static string
databaseTableName(ContentRepositoryId $contentRepositoryId)

No description

Details

__construct(Connection $connection)

No description

Parameters

Connection $connection

EventStoreInterface build(ContentRepositoryId $contentRepositoryId, array $options, ClockInterface $clock)

No description

Parameters

ContentRepositoryId $contentRepositoryId
array $options
ClockInterface $clock

Return Value

EventStoreInterface

static string databaseTableName(ContentRepositoryId $contentRepositoryId)

No description

Parameters

ContentRepositoryId $contentRepositoryId

Return Value

string