MangaNewsRequest
in package
implements
RequestInterface
Class MangaNewsRequest
Table of Contents
Interfaces
- RequestInterface
- Interface RequestInterface
Properties
Methods
- __construct() : mixed
- MangaNewsRequest constructor.
- getId() : int
- getPage() : int
- getPath() : string
- Get the path to request
Properties
$id
private
int
$id
$page
private
int
$page
Methods
__construct()
MangaNewsRequest constructor.
public
__construct(int $id[, int|null $page = 1 ]) : mixed
Parameters
- $id : int
- $page : int|null = 1
getId()
public
getId() : int
Return values
intgetPage()
public
getPage() : int
Return values
intgetPath()
Get the path to request
public
getPath() : string