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

__construct() public method

constructor.
public __construct ( string $class )
$class string 타겟 클래스 이름(full name)
    public function __construct($class)
    {
        $this->class = trim($class, '\\');
    }