RecentEpisodeListItem
in package
Class RecentEpisodeListItem
Table of Contents
Properties
Methods
- factory() : self
- getMalId() : int
- getTitle() : string
- getUrl() : string
- isPremium() : bool
Properties
$malId
private
int
$malId
$premium
private
bool
$premium
$title
private
string
$title
$url
private
string
$url
Methods
factory()
public
static factory(int $malId, string $url, string $title, bool $premium) : self
Parameters
- $malId : int
- $url : string
- $title : string
- $premium : bool
Tags
Return values
selfgetMalId()
public
getMalId() : int
Return values
intgetTitle()
public
getTitle() : string
Return values
stringgetUrl()
public
getUrl() : string
Return values
stringisPremium()
public
isPremium() : bool