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
$height
private
Height
$height
$id
private
Id
$id
$width
private
Width
$width
Methods
create()
Create instance.
public
static create(Id $id, Width $width, Height $height) : self
Parameters
Return values
self —height()
Return height.
public
height() : Height
Return values
Height —id()
Return ID.
public
id() : Id
Return values
Id —width()
Return width.
public
width() : Width
Return values
Width —__construct()
Constructor.
private
__construct(Id $id, Width $width, Height $height) : mixed