PHP 클래스 Ergo\RegistryHandle

파일 보기 프로젝트 열기: 99designs/ergo

공개 메소드들

메소드 설명
__construct ( $registry, $key ) Constructor
exists ( )
get ( $default = null )
proxy ( ) : RegistryProxy Returns a proxy object to the object refered to by the handle
set ( $value )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $registry, $key )

exists() 공개 메소드

public exists ( )

get() 공개 메소드

public get ( $default = null )

proxy() 공개 메소드

Returns a proxy object to the object refered to by the handle
public proxy ( ) : RegistryProxy
리턴 RegistryProxy

set() 공개 메소드

public set ( $value )