PHP Class IMP_Contacts_Image, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Свойство Type Description
$cache_timeout integer Cache timeout (in seconds).

Protected Properties

Свойство Type Description
$_email string The e-mail address.

Méthodes publiques

Méthode Description
__construct ( string $email ) Constructor.
getImage ( integer $type ) : array Return the data representing the contact image.

Method Details

__construct() public méthode

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

getImage() public méthode

Return the data representing the contact image.
public getImage ( integer $type ) : array
$type integer The image type.
Résultat array Array with the following keys: - desc: (string) Description. - url: (Horde_Url|Horde_Url_Data) URL object.

Property Details

$_email protected_oe property

The e-mail address.
protected string $_email
Résultat string

$cache_timeout public_oe property

Cache timeout (in seconds).
public int $cache_timeout
Résultat integer