attachEventHandler('Error',array($this,'handle')); $this->_initialized=true; } /** * @return string id of this module */ public function getID() { return $this->_id; } /** * @param string id of this module */ public function setID($value) { $this->_id=$value; } public function handle($sender,$param) { echo '...........................'; echo $param; } } ?>