Hi, I know how to register a class and functions inside it, but i'm wondering how to extend one? I want to do the equivalent of:
class Fred extends Joe { } Then, once my class is extended, how do I call parent functions from my new class? Any example? Fab.