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();
    }