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])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_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