interface BreadcrumbAdapter

Interface BreadcrumbAdapter

Methods

EntityManager
getObjectManager()

No description

array
getObjectChangeSet(UnitOfWork $uow, object $object)

Get the object change set from a UnitOfWork

bool
replaceRelative(array $config, array $replacements)

Replace part of breadcrumb to all objects matching $target pattern

Details

at line 22
EntityManager getObjectManager()

Return Value

EntityManager

at line 32
array getObjectChangeSet(UnitOfWork $uow, object $object)

Get the object change set from a UnitOfWork

Parameters

UnitOfWork $uow
object $object

Return Value

array

at line 42
bool replaceRelative(array $config, array $replacements)

Replace part of breadcrumb to all objects matching $target pattern

Parameters

array $config
array $replacements

Return Value

bool