PHP Класс Ergo\RegistryHandle

Показать файл Открыть проект

Открытые методы

Метод Описание
__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 )