FavoriteListEntry
extends CommonMeta
in package
Class FavoriteListEntry
Table of Contents
Properties
- $images : CommonImageResource
- $malId : int
- $startYear : int
- $title : string
- $type : string
- $url : string
Methods
- __construct() : mixed
- FavoriteListEntry constructor.
- __toString() : string
- getEntityType() : string
- getImages() : CommonImageResource
- getMalId() : int
- getStartYear() : int
- getTitle() : string
- getUrl() : string
Properties
$images
private
CommonImageResource
$images
$malId
private
int
$malId
$startYear
private
int
$startYear
$title
private
string
$title
$type
private
string
$type
$url
private
string
$url
Methods
__construct()
FavoriteListEntry constructor.
public
__construct(string $name, string $url, string $imageUrl, string $typeAndYear) : mixed
Parameters
- $name : string
- $url : string
- $imageUrl : string
- $typeAndYear : string
__toString()
public
__toString() : string
Return values
stringgetEntityType()
public
getEntityType() : string
Return values
stringgetImages()
public
getImages() : CommonImageResource
Return values
CommonImageResourcegetMalId()
public
getMalId() : int
Return values
intgetStartYear()
public
getStartYear() : int
Return values
intgetTitle()
public
getTitle() : string
Return values
stringgetUrl()
public
getUrl() : string