Documentation

PaintingMotive
in package

Table of Contents

$height  : int
$motives  : array<string|int, PaintingMotive>
$name  : string
$width  : int
__construct()  : mixed
__toString()  : string
getAll()  : array<string|int, PaintingMotive>
getHeight()  : int
getMotiveByName()  : PaintingMotive|null
getName()  : string
getWidth()  : int
init()  : void
registerMotive()  : void

Properties

Methods

__construct()

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

__toString()

public __toString() : string
Return values
string

Search results