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