Documentation

SeasonalRequest
in package
implements RequestInterface

Class SeasonalRequest

Table of Contents

Interfaces

RequestInterface
Interface RequestInterface

Properties

$later  : bool
$season  : string|null
$year  : int|null

Methods

__construct()  : mixed
SeasonalRequest constructor.
getPath()  : string
Get the path to request
getSeason()  : string|null
getYear()  : int|null
isLater()  : bool

Properties

Methods

__construct()

SeasonalRequest constructor.

public __construct([int|null $year = null ][, string|null $season = null ][, bool $later = false ]) : mixed
Parameters
$year : int|null = null
$season : string|null = null
$later : bool = false

getPath()

Get the path to request

public getPath() : string
Return values
string

getSeason()

public getSeason() : string|null
Return values
string|null

        
On this page

Search results