mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
README/Documentation #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonmchan on GitHub (Oct 2, 2012).
Trying to try out this library, but the documentation is no longer valid.
The EntityManager signature is now:
public function __construct(Storage $storageDriver, Configuration $config)
and doesn't fit with:
$entityManager = new EntityManager($storage,$cache,$metadata);
Can someone please update the documentation and give us a working example on how to use the library?
Thanks,
Jonathan