PHP Class Horde_Image_Effect_Im_Composite, horde

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

Protected Properties

Property Type Description
$_params array - gravity: (string) The gravity describing the placement. One of None, Center, East, Forget, NorthEast, North, NorthWest, SouthEast, South, SouthWest, West - x and y: (integer) Coordinates for the overlay placement. EITHER gravity OR coordinates may be set. If both are provided, the behaviour is undefined.

Public Methods

Method Description
apply ( ) Applies the effect.

Method Details

apply() public method

Applies the effect.
public apply ( )

Property Details

$_params protected_oe property

- gravity: (string) The gravity describing the placement. One of None, Center, East, Forget, NorthEast, North, NorthWest, SouthEast, South, SouthWest, West - x and y: (integer) Coordinates for the overlay placement. EITHER gravity OR coordinates may be set. If both are provided, the behaviour is undefined.
protected array $_params
return array