I\'m using WordPress as a CMS, and I want to extend one of its classes without having to inherit from another class; i.e. I simply want to \"add\" more methods to that class
You can use the runkit extension for this, but you should really consider regular inheritance instead.
See runkit_method_add.