Documentation

MangaReviewsRequest
in package
implements RequestInterface

Class MangaReviewsRequest

Table of Contents

Interfaces

RequestInterface
Interface RequestInterface

Properties

$id  : int
$page  : int
$preliminary  : bool
$sort  : string
$spoilers  : bool

Methods

__construct()  : mixed
MangaReviewsRequest constructor.
getId()  : int
getPage()  : int
getPath()  : string
Get the path to request
getSort()  : string
isPreliminary()  : bool
isSpoilers()  : bool

Properties

Methods

__construct()

MangaReviewsRequest constructor.

public __construct(int $id[, int $page = 1 ][, string $sort = Constants::REVIEWS_SORT_MOST_VOTED ][, bool $spoilers = true ][, bool $preliminary = true ]) : mixed
Parameters
$id : int
$page : int = 1
$sort : string = Constants::REVIEWS_SORT_MOST_VOTED
$spoilers : bool = true
$preliminary : bool = true

        
On this page

Search results