PHP 클래스 Horde_Image_Effect_Im_Composite, horde

저자: Michael J. Rubinsky ([email protected])
상속: extends Horde_Image_Effect
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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.

공개 메소드들

메소드 설명
apply ( ) Applies the effect.

메소드 상세

apply() 공개 메소드

Applies the effect.
public apply ( )

프로퍼티 상세

$_params 보호되어 있는 프로퍼티

- 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
리턴 array