isValid; } // need to be reimplemented because even if a child accepts the event it must go through the rest // maybe add another accept status for this? public function handleEvent( ezcWgEvent $e ) { foreach( $this->children as $child ) { $child->handleEvent( $e ); } } } ?>