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
see
SearchItem::isActived()
see
SearchItem::getList()
see
Element
see
ElementTrait

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

Methods

getList()

This method returns the ItemList with the configuration to be applied to list the items.

public getList() : ItemList|null
Tags
see
ItemList
Return values
ItemList|null

isActived()

This method returns true if the search item is activated, false otherwise.

public isActived() : bool
Return values
bool

Search results