Image
extends Base
in package
Class Image.
Table of Contents
- $articleDetailId : int
- $articleId : int
- $description : string
- $extension : string
- $height : int
- $id : int
- $main : int
- $mediaId : int
- $parentId : int
- $path : string
- $position : int
- $relations : string
- $width : int
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getArticleDetailId() : int
- getArticleId() : int
- getDescription() : string
- getExtension() : string
- getHeight() : int
- getId() : int
- getMain() : int
- getMediaId() : int
- getParentId() : int
- getPath() : string
- getPosition() : int
- getRelations() : string
- getWidth() : int
- setArticleDetailId() : Image
- setArticleId() : Image
- setDescription() : Image
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setExtension() : Image
- setHeight() : Image
- setId() : Image
- setMain() : Image
- setMediaId() : Image
- setParentId() : Image
- setPath() : Image
- setPosition() : Image
- setRelations() : Image
- setWidth() : Image
Properties
$articleDetailId
protected
int
$articleDetailId
$articleId
protected
int
$articleId
$description
protected
string
$description
$extension
protected
string
$extension
$height
protected
int
$height
$id
protected
int
$id
$main
protected
int
$main
$mediaId
protected
int
$mediaId
$parentId
protected
int
$parentId
$path
protected
string
$path
$position
protected
int
$position
$relations
protected
string
$relations
$width
protected
int
$width
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getArticleDetailId()
public
getArticleDetailId() : int
Return values
int —getArticleId()
public
getArticleId() : int
Return values
int —getDescription()
public
getDescription() : string
Return values
string —getExtension()
public
getExtension() : string
Return values
string —getHeight()
public
getHeight() : int
Return values
int —getId()
public
getId() : int
Return values
int —getMain()
public
getMain() : int
Return values
int —getMediaId()
public
getMediaId() : int
Return values
int —getParentId()
public
getParentId() : int
Return values
int —getPath()
public
getPath() : string
Return values
string —getPosition()
public
getPosition() : int
Return values
int —getRelations()
public
getRelations() : string
Return values
string —getWidth()
public
getWidth() : int
Return values
int —setArticleDetailId()
public
setArticleDetailId(int $articleDetailId) : Image
Parameters
- $articleDetailId : int
Return values
Image —setArticleId()
public
setArticleId(int $articleId) : Image
Parameters
- $articleId : int
Return values
Image —setDescription()
public
setDescription(string $description) : Image
Parameters
- $description : string
Return values
Image —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setExtension()
public
setExtension(string $extension) : Image
Parameters
- $extension : string
Return values
Image —setHeight()
public
setHeight(int $height) : Image
Parameters
- $height : int
Return values
Image —setId()
public
setId(int $id) : Image
Parameters
- $id : int
Return values
Image —setMain()
public
setMain(int $main) : Image
Parameters
- $main : int
Return values
Image —setMediaId()
public
setMediaId(int $mediaId) : Image
Parameters
- $mediaId : int
Return values
Image —setParentId()
public
setParentId(int $parentId) : Image
Parameters
- $parentId : int
Return values
Image —setPath()
public
setPath(string $path) : Image
Parameters
- $path : string
Return values
Image —setPosition()
public
setPosition(int $position) : Image
Parameters
- $position : int
Return values
Image —setRelations()
public
setRelations(string $relations) : Image
Parameters
- $relations : string
Return values
Image —setWidth()
public
setWidth(int $width) : Image
Parameters
- $width : int