db\BaseActiveRecord afterDelete()

afterDelete() public method

This method is invoked after deleting a record.

The default implementation raises the EVENT_AFTER_DELETE event. You may override this method to do postprocessing after the record is deleted. Make sure you call the parent implementation so that the event is raised properly.

public void afterDelete ( )
doc_Yii
2016-10-30 16:56:36
Comments
Leave a Comment

Please login to continue.