Documentation

WatermarkImage
in package
implements Watermark

Table of Contents

Interfaces

Watermark

Constants

POSITION_CENTER_FRAME  = 'F'
POSITION_CENTER_PAGE  = 'P'
SIZE_DEFAULT  = 'D'
SIZE_FIT_FRAME  = 'F'
SIZE_FIT_PAGE  = 'P'

Properties

$alpha  : float
$alphaBlend  : string
$behindContent  : bool
$path  : string
$position  : mixed
$size  : mixed

Methods

__construct()  : mixed
getAlpha()  : mixed
getAlphaBlend()  : mixed
getPath()  : mixed
getPosition()  : mixed
getSize()  : mixed
isBehindContent()  : mixed

Constants

Properties

Methods

__construct()

public __construct(mixed $path[, mixed $size = self::SIZE_DEFAULT ][, mixed $position = self::POSITION_CENTER_PAGE ][, mixed $alpha = -1 ][, mixed $behindContent = false ][, mixed $alphaBlend = 'Normal' ]) : mixed
Parameters
$path : mixed
$size : mixed = self::SIZE_DEFAULT
$position : mixed = self::POSITION_CENTER_PAGE
$alpha : mixed = -1
$behindContent : mixed = false
$alphaBlend : mixed = 'Normal'

        
On this page

Search results