AppserverIo\Appserver\AspectContainer\AspectManager::getReflectionClass PHP 메소드

getReflectionClass() 공개 메소드

Returns a reflection class instance for the passed class name.
또한 보기: DependencyInjectionContainer\Interfaces\ProviderInterface::getReflectionClass()
public getReflectionClass ( string $className ) : AppserverIo\Lang\Reflection\ReflectionClass
$className string The class name to return the reflection class instance for
리턴 AppserverIo\Lang\Reflection\ReflectionClass The reflection instance
    public function getReflectionClass($className)
    {
        return $this->getApplication()->search('ProviderInterface')->getReflectionClass($className);
    }