SearchItem
extends Element
in package
Uses
ElementTrait
This is the 'SearchItem' 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
Table of Contents
ACTIVED | = 'actived' | |
---|---|---|
LIST | = 'list' | |
getList() | This method returns the ItemList with the configuration to be applied to list the items. | : ItemList|null |
isActived() | This method returns true if the search item is activated, false otherwise. | : bool |
Constants
ACTIVED
public
mixed
ACTIVED
= 'actived'
LIST
public
mixed
LIST
= 'list'
Methods
getList()
This method returns the ItemList with the configuration to be applied to list the items.
public
getList() : ItemList|null
Tags
Return values
ItemList|null —isActived()
This method returns true if the search item is activated, false otherwise.
public
isActived() : bool