Hello!
Do you mean SET HANDLER operator? Have you already checked this: SET HANDLER ?
Birefly there are 2 ways of method call:
1. Explicit call using CALL METHOD obj->method operator or it's short form: obj->method()
2. Implicit call using events, when a method is called as a result of event raising. The handler methods are assigned with corresponding events with SET HANDLER operator.