BlogCategoryParametersGroup extends ParametersGroup Uses CatalogItemsParametersGroupTrait, PaginableItemsParametersGroupTrait

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

Table of Contents

$idList  : string
$page  : int
$parentId  : int
$perPage  : int
$pId  : string
$q  : string
$randomItems  : int
$validator  : ParametersValidator
setIdList() Sets a list of internal identifiers for this parameters group.  : void
setPage() Sets the page parameter for this parameters group.  : void
setParentId() Sets the parent internal identifier parameter for this parameters group.  : void
setPerPage() Sets the per page parameter for this parameters group.  : void
setPId() Sets the public identifier parameter for this parameters group.  : void
setQ() Sets a search query parameter for this parameters group.  : void
setRandomItems() Sets the random items 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()  : BlogCategoryParametersValidator

Properties

Methods

setIdList()

Sets a list of internal identifiers for this parameters group.

public setIdList(string $idList) : void
Parameters
$idList : string
Return values
void

setParentId()

Sets the parent internal identifier parameter for this parameters group.

public setParentId(int $parentId) : void
Parameters
$parentId : 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

setPId()

Sets the public identifier parameter for this parameters group.

public setPId(string $pId) : void
Parameters
$pId : string
Return values
void

setQ()

Sets a search query parameter for this parameters group.

public setQ(string $q) : void
Parameters
$q : string
Return values
void

setRandomItems()

Sets the random items parameter for this parameters group.

public setRandomItems(int $randomItems) : void
Parameters
$randomItems : int
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