Drahak\Restful\Application\RouteListFactory::getClassMethods PHP Метод

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

Get class methods
protected getClassMethods ( string $className ) : Method[]
$className string
Результат Nette\Reflection\Method[]
    protected function getClassMethods($className)
    {
        return self::getClassReflection($className)->getMethods();
    }