time = $this->getLong(); } public function encode(){ $this->reset(); $this->putLong($this->time); } }