TagMeta
in package
Class ItemMeta
Table of Contents
Properties
- $description : string|null
- $malId : string
- $name : string
- $type : string
- $url : string
Methods
- __construct() : mixed
- getDescription() : string|null
- getMalId() : string
- getName() : string
- getType() : string
- getUrl() : string
Properties
$description
private
string|null
$description
$malId
private
string
$malId
$name
private
string
$name
$type
private
string
$type
$url
private
string
$url
Methods
__construct()
public
__construct(string $name, string $url, string $type, string|null $description) : mixed
Parameters
- $name : string
- $url : string
- $type : string
- $description : string|null
getDescription()
public
getDescription() : string|null
Return values
string|nullgetMalId()
public
getMalId() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetType()
public
getType() : string
Return values
stringgetUrl()
public
getUrl() : string