Hello all. Sorry for my English.
I need to run some method in model object after fetching its data from database (for example, after find, findOne, etc.). I need run it after fetching because it need this data.
I tried to use onConstruct method, but at the time of its call data from database missing ($this->id is null and so on). Is there any other way to do this?