EasyBlogThemesHelperFilter
in package
Table of Contents
Methods
- custom() : mixed
- limit() : mixed
- Displays the dropdown to filter number of items per page
- lists() : mixed
- published() : mixed
- Renders the user's group tree
- search() : mixed
- Displays a search box in the filter
Methods
custom()
public
static custom(mixed $html) : mixed
Parameters
- $html : mixed
limit()
Displays the dropdown to filter number of items per page
public
static limit([mixed $selected = 5 ][, mixed $name = 'limit' ][, mixed $step = 5 ][, mixed $min = 5 ][, mixed $max = 100 ][, mixed $showAll = true ]) : mixed
Parameters
- $selected : mixed = 5
- $name : mixed = 'limit'
- $step : mixed = 5
- $min : mixed = 5
- $max : mixed = 100
- $showAll : mixed = true
Tags
lists()
public
static lists([mixed $items = [] ][, mixed $name = 'listitem' ][, mixed $selected = 'all' ][, mixed $initial = '' ][, mixed $initialValue = 'all' ]) : mixed
Parameters
- $items : mixed = []
- $name : mixed = 'listitem'
- $selected : mixed = 'all'
- $initial : mixed = ''
- $initialValue : mixed = 'all'
published()
Renders the user's group tree
public
static published([mixed $name = 'state' ][, mixed $selected = 'all' ]) : mixed
Parameters
- $name : mixed = 'state'
- $selected : mixed = 'all'
Tags
search()
Displays a search box in the filter
public
static search([mixed $value = '' ][, mixed $name = 'search' ][, mixed $tooltip = '' ]) : mixed
Parameters
- $value : mixed = ''
- $name : mixed = 'search'
- $tooltip : mixed = ''