/** * @return Method[] * A list of methods on this class */ public function getMethodMap(CodeBase $code_base) : array { return $code_base->getMethodMapForScope($this->getFQSEN()); }