Dimension

Dimension class holds width and height for an icon

Table of Contents

Properties

$height  : int
$width  : int

Methods

__construct()  : mixed
getHeight()  : int
getWidth()  : int

Properties

Methods

__construct()

public __construct([IconSize $size = IconSize::MEDIUM ]) : mixed
Parameters
$size : IconSize = IconSize::MEDIUM
Tags
throws
InvalidArgumentException

getHeight()

public getHeight() : int
Return values
int

getWidth()

public getWidth() : int
Return values
int

        
On this page

Search results