PHP 클래스 Xpressengine\Interception\Proxy\Definition

저자: XE Developers ([email protected])
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$code string
$config ProxyConfig

공개 메소드들

메소드 설명
__construct ( ProxyConfig $config, string $code ) Definition constructor.
getClassName ( ) : string 프록시 클래스의 이름을 조회한다.
getCode ( ) : string 프록시 클래스의 코드를 조회한다.

메소드 상세

__construct() 공개 메소드

Definition constructor.
public __construct ( ProxyConfig $config, string $code )
$config ProxyConfig 프록시 설정
$code string 프록시 클래스 코드

getClassName() 공개 메소드

프록시 클래스의 이름을 조회한다.
public getClassName ( ) : string
리턴 string

getCode() 공개 메소드

프록시 클래스의 코드를 조회한다.
public getCode ( ) : string
리턴 string

프로퍼티 상세

$code 보호되어 있는 프로퍼티

protected string $code
리턴 string

$config 보호되어 있는 프로퍼티

protected ProxyConfig,Xpressengine\Interception\Proxy $config
리턴 ProxyConfig