db\BaseActiveRecord afterFind()

afterFind() public method

This method is called when the AR object is created and populated with the query result.

The default implementation will trigger an EVENT_AFTER_FIND event. When overriding this method, make sure you call the parent implementation to ensure the event is triggered.

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

Please login to continue.