Drahak\Restful\Application\RouteListFactory::getClassMethods PHP Method

getClassMethods() protected method

Get class methods
protected getClassMethods ( string $className ) : Method[]
$className string
return Nette\Reflection\Method[]
    protected function getClassMethods($className)
    {
        return self::getClassReflection($className)->getMethods();
    }