Interface IStatusAccessor
Interface for status accessor component.
Methods summary
public
string
|
#
readStatus( yii\db\BaseActiveRecord $model )
This method is invoked each time a status value must be read. |
public
|
#
updateStatus( yii\db\BaseActiveRecord $model,
This method is invoked each time a status value must be updated. |
public
|
#
commitStatus( yii\db\BaseActiveRecord $model )
This method is invoked when the status needs to be saved. |