function testSuperHooks() { ActiveMongo::addEvent('test_event', array($this, 'super_hook')); $c = new Model1(); $c->triggerEvent('test_event', array('param1')); }