In reply to abs:
Your extended_component is extending the wrong base class. It should be:
class extended_component extends base_component;
In reply to abs:
Your extended_component is extending the wrong base class. It should be:
class extended_component extends base_component;