PHP Interface Xpressengine\Interception\Proxy\Pass\Pass

Author: XE Developers ([email protected])
Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
apply ( string $code, ProxyConfig $config ) : mixed 주어진 코드에 ProxyConfig의 정보를 적용한다.

Method Details

apply() public method

주어진 코드에 ProxyConfig의 정보를 적용한다.
public apply ( string $code, ProxyConfig $config ) : mixed
$code string 적용할 코드
$config Xpressengine\Interception\Proxy\ProxyConfig Proxy 설정 정보
return mixed