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