PHP 클래스 Kolab_Driver, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_foos array Array holding the current foo list. Each array entry is a hash describing a foo. The array is indexed by the IDs.
$_params array Hash containing connection parameters.

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.
listFoos ( ) : array Lists all foos.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = [] )
$params array A hash containing connection parameters.

listFoos() 공개 메소드

Lists all foos.
public listFoos ( ) : array
리턴 array Returns a list of all foos.

프로퍼티 상세

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

Array holding the current foo list. Each array entry is a hash describing a foo. The array is indexed by the IDs.
protected array $_foos
리턴 array

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

Hash containing connection parameters.
protected array $_params
리턴 array