phpDocumentor

Resized
in package

Table of Contents

$height  : Height
$id  : Id
$width  : Width
create()  : self
Create instance.
height()  : Height
Return height.
id()  : Id
Return ID.
width()  : Width
Return width.
__construct()  : mixed
Constructor.

Properties

Methods

create()

Create instance.

public static create(Id $id, Width $width, Height $height) : self
Parameters
$id : Id
$width : Width
$height : Height
Return values
self

__construct()

Constructor.

private __construct(Id $id, Width $width, Height $height) : mixed
Parameters
$id : Id
$width : Width
$height : Height
Return values
mixed

Search results