PHP 클래스 Horde_Core_HashTable_Wrapper, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__call ( $name, $arguments ) Redirects calls to the HashTable object.
__get ( $name ) Redirects get calls to the HashTable object.
__set ( $name, $value ) Redirects set calls to the HashTable object.

메소드 상세

__call() 공개 메소드

Redirects calls to the HashTable object.
public __call ( $name, $arguments )

__get() 공개 메소드

Redirects get calls to the HashTable object.
public __get ( $name )

__set() 공개 메소드

Redirects set calls to the HashTable object.
public __set ( $name, $value )