bupy7 / yii2-activerecord-history

This extension adds storage history of changes to the ActiveRecord model.
26 stars 17 forks source link

Changed some methods visibility properties for make History behavior more extendable #10

Closed VictorSuhov closed 5 years ago

VictorSuhov commented 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.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 19


Totals Coverage Status
Change from base Build 17: 0.0%
Covered Lines: 107
Relevant Lines: 108

💛 - Coveralls