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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.