PHP Класс IMP_Contacts_Image, horde

Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$cache_timeout integer Cache timeout (in seconds).

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

Свойство Тип Описание
$_email string The e-mail address.

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

Метод Описание
__construct ( string $email ) Constructor.
getImage ( integer $type ) : array Return the data representing the contact image.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $email )
$email string The e-mail address.

getImage() публичный Метод

Return the data representing the contact image.
public getImage ( integer $type ) : array
$type integer The image type.
Результат array Array with the following keys: - desc: (string) Description. - url: (Horde_Url|Horde_Url_Data) URL object.

Описание свойств

$_email защищенное свойство

The e-mail address.
protected string $_email
Результат string

$cache_timeout публичное свойство

Cache timeout (in seconds).
public int $cache_timeout
Результат integer