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