PHP Class IMP_Compose_HtmlSignature, horde

Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$dom Horde_Domhtml DOM object containing HTML signature data.

Public Methods

Method Description
__construct ( string $sig ) Constructor.
isSigImage ( DOMNode $node, boolean $strip = false ) : boolean Determine if node contains HTML signature image data.

Method Details

__construct() public method

Constructor.
public __construct ( string $sig )
$sig string HTML signature data.

isSigImage() public static method

Determine if node contains HTML signature image data.
public static isSigImage ( DOMNode $node, boolean $strip = false ) : boolean
$node DOMNode The node to check.
$strip boolean Strip attribute from the node?
return boolean True if node contains image data.

Property Details

$dom public_oe property

DOM object containing HTML signature data.
public Horde_Domhtml $dom
return Horde_Domhtml