ClubRequest
in package
implements
RequestInterface
Class ClubRequest
Table of Contents
Interfaces
- RequestInterface
- Interface RequestInterface
Properties
- $clubId : int
Methods
- __construct() : mixed
- ClubRequest constructor.
- getClubId() : int
- getPath() : string
- Get the path to request
Properties
$clubId
private
int
$clubId
Methods
__construct()
ClubRequest constructor.
public
__construct(int $clubId) : mixed
Parameters
- $clubId : int
getClubId()
public
getClubId() : int
Return values
intgetPath()
Get the path to request
public
getPath() : string