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