PHP Class Horde_Image_Effect_Imagick_TextWatermark, horde

Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Image_Effect
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_params array - halign: (string) The horizontal placement - valign: (string) The vertical placement - font: (string) The font name or family to use - fontsize: (string) The size of the font to use (small, medium, large, giant)

Public Methods

Method Description
apply ( ) Applies the effect.

Method Details

apply() public method

Applies the effect.
public apply ( )

Property Details

$_params protected_oe property

- halign: (string) The horizontal placement - valign: (string) The vertical placement - font: (string) The font name or family to use - fontsize: (string) The size of the font to use (small, medium, large, giant)
protected array $_params
return array