PHP Class Ergo\RegistryHandle

Show file Open project: 99designs/ergo

Public Methods

Method Description
__construct ( $registry, $key ) Constructor
exists ( )
get ( $default = null )
proxy ( ) : RegistryProxy Returns a proxy object to the object refered to by the handle
set ( $value )

Method Details

__construct() public method

Constructor
public __construct ( $registry, $key )

exists() public method

public exists ( )

get() public method

public get ( $default = null )

proxy() public method

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

set() public method

public set ( $value )