PHP 클래스 Horde_Imsp_Options, horde

Copyright 2004-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael J Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_imsp Horde_Imsp_Client_Base Horde_Imsp object.
$_params array Parameter list.

공개 메소드들

메소드 설명
__construct ( Horde_Imsp_Client_Base $client, array $params ) Constructor.
get ( string $option ) : array Function sends a GET command to IMSP server and retrieves values.
logout ( )
set ( $option, string $value ) Function sets an option value on the IMSP server.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Imsp_Client_Base $client, array $params )
$client Horde_Imsp_Client_Base The client connection.
$params array Hash containing IMSP parameters.

get() 공개 메소드

Function sends a GET command to IMSP server and retrieves values.
public get ( string $option ) : array
$option string Name of option to retrieve. Accepts '*' as wild card.
리턴 array Hash containing option=>value pairs.

logout() 공개 메소드

public logout ( )

set() 공개 메소드

Function sets an option value on the IMSP server.
public set ( $option, string $value )
$value string Value to assign.

프로퍼티 상세

$_imsp 보호되어 있는 프로퍼티

Horde_Imsp object.
protected Horde_Imsp_Client_Base $_imsp
리턴 Horde_Imsp_Client_Base

$_params 보호되어 있는 프로퍼티

Parameter list.
protected array $_params
리턴 array