LDAP Account Manager

PdfLogo
in package

Logo for PDF structures.

Table of Contents

$height  : mixed
$name  : mixed
$width  : mixed
__construct()  : mixed
Constructor
getHeight()  : int
Returns the height.
getName()  : string
Returns the file name.
getWidth()  : int
Returns the width.

Properties

Methods

__construct()

Constructor

public __construct(string $name, int $height, int $width) : mixed
Parameters
$name : string

file name

$height : int

height

$width : int

width

Return values
mixed

getHeight()

Returns the height.

public getHeight() : int
Return values
int

height

getName()

Returns the file name.

public getName() : string
Return values
string

file name

getWidth()

Returns the width.

public getWidth() : int
Return values
int

width

Search results