Document
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Methods
-
getDetailUrl()
: string|null
-
getId()
: int|null
-
getIsWithStamps()
: bool
-
getTitle()
: string|null
-
jsonSerialize()
: array<string|int, mixed>
-
setDetailUrl()
: self
-
setId()
: self
-
setIsWithStamps()
: self
-
setTitle()
: self
getDetailUrl()
public
getDetailUrl() : string|null
Return values
string|null
getId()
public
getId() : int|null
getIsWithStamps()
public
getIsWithStamps() : bool
getTitle()
public
getTitle() : string|null
Return values
string|null
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
setDetailUrl()
public
setDetailUrl(string $detailUrl) : self
Parameters
-
$detailUrl
: string
-
setId()
public
setId(int $id) : self
Parameters
-
$id
: int
-
setIsWithStamps()
public
setIsWithStamps(bool $isWithStamps) : self
Parameters
-
$isWithStamps
: bool
-
setTitle()
public
setTitle(string $title) : self
Parameters
-
$title
: string
-