BlogPostCommentsParametersGroup extends ParametersGroup Uses SortableItemsParametersGroupTrait, PaginableItemsParametersGroupTrait

This is the blog model (blogger resources) parameters group class.

Table of Contents

$id  : int
$page  : int
$perPage  : int
$showAllLanguages  : bool
$sort  : string
$sortByIdList  : string
$validator  : ParametersValidator
setId() Sets the internal identifier parameter for this parameters group.  : void
setPage() Sets the page parameter for this parameters group.  : void
setPerPage() Sets the per page parameter for this parameters group.  : void
setShowAllLanguages() Sets the show all languages parameter for this parameters group.  : void
setSort() Sets the sort criteria parameter for this parameters group.  : void
setSortByIdList() Sets a list of internal identifiers as a sort criteria parameter for this parameters group.  : void
toArray() Returns the object data on array format.  : array<string|int, mixed>
filter()  : array<string|int, mixed>
getInstantiatedValidator()  : ParametersValidator
getValidator()  : BlogPostCommentsParametersValidator

Properties

Methods

setId()

Sets the internal identifier parameter for this parameters group.

public setId(int $id) : void
Parameters
$id : int
Return values
void

setPerPage()

Sets the per page parameter for this parameters group.

public setPerPage(int $perPage) : void
Parameters
$perPage : int
Return values
void

setShowAllLanguages()

Sets the show all languages parameter for this parameters group.

public setShowAllLanguages(bool $showAllLanguages) : void
Parameters
$showAllLanguages : bool
Return values
void

setSort()

Sets the sort criteria parameter for this parameters group.

public setSort(string $sort) : void
Parameters
$sort : string
Return values
void

setSortByIdList()

Sets a list of internal identifiers as a sort criteria parameter for this parameters group.

public setSortByIdList(string $sortByIdList) : void
Parameters
$sortByIdList : string
Return values
void

toArray()

Returns the object data on array format.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

filter()

protected filter(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results