_id = $this->check($event) ? $event : NULL; } public function __toString() { return (string)$this->event(); } public function event() { return $this->_id; } public function protocol() { return $this->_protocol; } } ?>