Closed VictorSuhov closed 5 years ago
I try to extend saveHistory() method logic, but cannot call methods getTableName, getCreatedBy, getRowId and isEquals because they all have a private visibility properties.
saveHistory()
getTableName
getCreatedBy
getRowId
isEquals
private
I try to extend
saveHistory()
method logic, but cannot call methodsgetTableName
,getCreatedBy
,getRowId
andisEquals
because they all have aprivate
visibility properties.