class EntityActivityLogUtil

Class EntityActivityLogUtil helper class for entity activity log

Methods

static array
getEntities()

Get loggable entities

static array
getEntitiesReadable(EntityManager $em)

Get readable entity names

static string
getLogTable(string $entityTable)

Get table name for logs

static array
getLoggableEntities(EntityManager $em)

Get loggable entities

Details

at line 31
static array getEntities()

Get loggable entities

Return Value

array

at line 42
static array getEntitiesReadable(EntityManager $em)

Get readable entity names

Parameters

EntityManager $em

Return Value

array

at line 61
static string getLogTable(string $entityTable)

Get table name for logs

Parameters

string $entityTable

Return Value

string

at line 72
static array getLoggableEntities(EntityManager $em)

Get loggable entities

Parameters

EntityManager $em

Return Value

array