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