phpDocumentor

ProductPicture
in package

Table of Contents

$AltText  : string
$Childs  : array<string|int, mixed>
$Nr  : int
$Typ  : int
$Url  : string
__construct()  : mixed
addChild()  : void
getAltText()  : string
getChilds()  : array<string|int, mixed>
getNr()  : int
getTyp()  : int
getUrl()  : string
setAltText()  : void
setNr()  : void
setTyp()  : void
setUrl()  : void
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct() : mixed
Return values
mixed

getAltText()

public getAltText() : string
Return values
string

getChilds()

public getChilds() : array<string|int, mixed>
Return values
array<string|int, mixed>

setAltText()

public setAltText(string $AltText) : void
Parameters
$AltText : string
Return values
void

setNr()

public setNr(int $Nr) : void
Parameters
$Nr : int
Return values
void

setTyp()

public setTyp(int $Typ) : void
Parameters
$Typ : int
Return values
void

setUrl()

public setUrl(string $Url) : void
Parameters
$Url : string
Return values
void

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results