Trismegiste\Mondrian\Visitor\PublicCollector::getCurrentMethodIndex PHP Метод

getCurrentMethodIndex() защищенный Метод

the vertex name for a MethodVertex
protected getCurrentMethodIndex ( ) : string
Результат string
    protected function getCurrentMethodIndex()
    {
        return $this->currentClass . '::' . $this->currentMethod;
    }