PHP Class IMP_Images, horde

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

Méthodes publiques

Свойство Type Description
$alwaysShow boolean Always show inline images?

Protected Properties

Свойство Type Description
$_cache array Results cache.

Méthodes publiques

Méthode Description
showInlineImage ( IMP_Contents $contents ) : boolean Show inline images in messages?

Méthodes protégées

Méthode Description
_showInlineImage ( IMP_Contents $contents )

Method Details

_showInlineImage() protected méthode

See also: showInlineImage
protected _showInlineImage ( IMP_Contents $contents )
$contents IMP_Contents

showInlineImage() public méthode

Show inline images in messages?
public showInlineImage ( IMP_Contents $contents ) : boolean
$contents IMP_Contents The contents object containing the message.
Résultat boolean True if inline image should be shown.

Property Details

$_cache protected_oe property

Results cache.
protected array $_cache
Résultat array

$alwaysShow public_oe property

Always show inline images?
public bool $alwaysShow
Résultat boolean