Xpressengine\Interception\Proxy\ProxyConfig::getReflectionClass PHP Method

getReflectionClass() public method

타겟클래스의 ReflectionClass를 반환한다.
public getReflectionClass ( ) : ReflectionClass
return ReflectionClass
    public function getReflectionClass()
    {
        return $this->resolveRfc();
    }