public void postLoad()
{
super();
//
EePersonalDataAccessLogging::logReadAccess(this);
//
}
My question where does the value of (this) comes from?
because it changes without me knowing.
and what are the possible methods related or triggers the postload method()
Thanks.
My real problem is e.g. the value of this must be 1 but when it comes to this method it changes to 2. and I need it to be one.
Thanks!