PHP Class IMP_Images, horde

Author: Michael Slusarz ([email protected])
Mostrar archivo Open project: horde/horde

Public Properties

Property Type Description
$alwaysShow boolean Always show inline images?

Protected Properties

Property Type Description
$_cache array Results cache.

Public Methods

Method Description
showInlineImage ( IMP_Contents $contents ) : boolean Show inline images in messages?

Protected Methods

Method Description
_showInlineImage ( IMP_Contents $contents )

Method Details

_showInlineImage() protected method

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

showInlineImage() public method

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

Property Details

$_cache protected_oe property

Results cache.
protected array $_cache
return array

$alwaysShow public_oe property

Always show inline images?
public bool $alwaysShow
return boolean