Image
in package
implements
ImageInterface, JsonSerializable
Class Image
Interfaces, Classes and Traits
- ImageInterface
- Interface ImageInterface
- JsonSerializable
Table of Contents
- $id : Id
- $localFilePath : LocalFilePath
- $sortOrder : SortOrder
- $webFilePath : WebFilePath
- $altTitles : TextCollection
- $titles : TextCollection
- __construct() : mixed
- Image constructor.
- altTitles() : TextCollection
- id() : Id
- jsonSerialize() : mixed
- localFilePath() : LocalFilePath
- sortOrder() : SortOrder
- titles() : TextCollection
- webFilePath() : WebFilePath
Properties
$id
protected
Id
$id
$localFilePath
protected
LocalFilePath
$localFilePath
$sortOrder
protected
SortOrder
$sortOrder
$webFilePath
protected
WebFilePath
$webFilePath
$altTitles
private
TextCollection
$altTitles
$titles
private
TextCollection
$titles
Methods
__construct()
Image constructor.
public
__construct(Id $id, LocalFilePath $localFilePath, WebFilePath $webFilePath, SortOrder $sortOrder, TextCollection $titles, TextCollection $altTitles) : mixed
Parameters
- $id : Id
- $localFilePath : LocalFilePath
- $webFilePath : WebFilePath
- $sortOrder : SortOrder
- $titles : TextCollection
- $altTitles : TextCollection
Return values
mixed —altTitles()
public
altTitles() : TextCollection
Tags
Return values
TextCollection —id()
public
id() : Id
Tags
Return values
Id —jsonSerialize()
public
jsonSerialize() : mixed
Tags
Return values
mixed —localFilePath()
public
localFilePath() : LocalFilePath
Tags
Return values
LocalFilePath —sortOrder()
public
sortOrder() : SortOrder
Tags
Return values
SortOrder —titles()
public
titles() : TextCollection
Tags
Return values
TextCollection —webFilePath()
public
webFilePath() : WebFilePath