That is one possibility, but it does not solve my problem. I simply need to call the function hello() in class c1 from the function hello() in class c2.
Edit: What I need is something like "$super->hello();", but it does not work with $super or $this->super.