phpDocumentor

ImageDto

Class ImageDto

Table of Contents

$altText  : string
$galleryPath  : string
$imageNumber  : int
$infoPath  : string
$popupPath  : string
$relativePath  : string
$thumbnailPath  : string
__construct()  : mixed
ImageDto constructor.
altText()  : string
galleryPath()  : string
imageNumber()  : int
infoPath()  : string
popupPath()  : string
relativePath()  : string
thumbnailPath()  : string

Properties

$galleryPath

protected string $galleryPath

$relativePath

protected string $relativePath

$thumbnailPath

protected string $thumbnailPath

Methods

__construct()

ImageDto constructor.

public __construct(string $relativePath, string $altText, int $imageNumber, string $infoPath, string $thumbnailPath, string $popupPath, string $galleryPath) : mixed
Parameters
$relativePath : string
$altText : string
$imageNumber : int
$infoPath : string
$thumbnailPath : string
$popupPath : string
$galleryPath : string
Return values
mixed

altText()

public altText() : string
Return values
string

galleryPath()

public galleryPath() : string
Return values
string

imageNumber()

public imageNumber() : int
Return values
int

infoPath()

public infoPath() : string
Return values
string

popupPath()

public popupPath() : string
Return values
string

relativePath()

public relativePath() : string
Tags
inheritDoc
Return values
string

thumbnailPath()

public thumbnailPath() : string
Return values
string

Search results