public function numberOfFunctionsAndMethods() : int { return $this->numberOfFunctions() + $this->numberOfMethods(); }