Documentation

SearchableWidget

Searchable Widget Trait Adds search features to back-end widgets

Tags
author

Alexey Bobkov, Samuel Georges

Table of Contents

$searchTerm  : mixed
getSearchTerm()  : mixed
setSearchTerm()  : mixed
textMatchesSearch()  : mixed

Properties

Methods

getSearchTerm()

protected getSearchTerm() : mixed
Return values
mixed

setSearchTerm()

protected setSearchTerm(mixed $term) : mixed
Parameters
$term : mixed
Return values
mixed

textMatchesSearch()

protected textMatchesSearch(mixed &$words, mixed $text) : mixed
Parameters
$words : mixed
$text : mixed
Return values
mixed

Search results