public function isMap() { return $this->getType() == GPBType::MESSAGE && !is_null($this->getMessageType() ->getOptions()) && $this->getMessageType() ->getOptions() ->getMapEntry(); }