PHP Class Ergo\RegistryHandle

Afficher le fichier Open project: 99designs/ergo

Méthodes publiques

Méthode 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 méthode

Constructor
public __construct ( $registry, $key )

exists() public méthode

public exists ( )

get() public méthode

public get ( $default = null )

proxy() public méthode

Returns a proxy object to the object refered to by the handle
public proxy ( ) : RegistryProxy
Résultat RegistryProxy

set() public méthode

public set ( $value )