eid = $this->getInt(); $this->event = $this->getByte(); } public function encode(){ $this->reset(); $this->putInt($this->eid); $this->putByte($this->event); } }