ViewOptionPerPage extends ViewOption
in package
Uses ElementTrait

This is the 'ViewOptionPerPage' class, a DTO class for the theme configuration data.

The items stored in this class will remain immutable (only get methods are available).
This class extends SDK\Core\Dtos\Element, see this class.

Tags
see
ViewOptionPerPage::getAvailablePaginations()
see
Element
see
ElementTrait

Table of Contents

AVAILABLE_PAGINATIONS  = 'availablePaginations'
ENABLED  = 'enabled'
SHOW_LABEL  = 'showLabel'
VIEW_PRIORITY  = 'viewPriority'
$enabled  : bool
$showLabel  : bool
$viewPriority  : int
getAvailablePaginations() This method returns the available paginations to show.  : array<string|int, mixed>
getEnabled() This method returns if the view option is enabled.  : bool
getShowLabel() This method returns if the head label is enabled.  : bool
getViewPriority() This method returns the item view priority.  : int

Constants

AVAILABLE_PAGINATIONS

public mixed AVAILABLE_PAGINATIONS = 'availablePaginations'

SHOW_LABEL

public mixed SHOW_LABEL = 'showLabel'

VIEW_PRIORITY

public mixed VIEW_PRIORITY = 'viewPriority'

Properties

Methods

getAvailablePaginations()

This method returns the available paginations to show.

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

getEnabled()

This method returns if the view option is enabled.

public getEnabled() : bool
Return values
bool

getShowLabel()

This method returns if the head label is enabled.

public getShowLabel() : bool
Return values
bool

getViewPriority()

This method returns the item view priority.

public getViewPriority() : int
Return values
int

Search results