MalUrl
in package
Class MalUrl
Table of Contents
Properties
Methods
- __construct() : mixed
- Genre constructor.
- __toString() : string
- getMalId() : int
- getName() : string
- getTitle() : string
- getType() : string
- getUrl() : string
Properties
$name
private
string
$name
$url
private
string
$url
Methods
__construct()
Genre constructor.
public
__construct(string $name, string $url) : mixed
Parameters
- $name : string
- $url : string
__toString()
public
__toString() : string
Return values
stringgetMalId()
public
getMalId() : int
Return values
intgetName()
public
getName() : string
Return values
stringgetTitle()
public
getTitle() : string
Return values
stringgetType()
public
getType() : string
Return values
stringgetUrl()
public
getUrl() : string