API17:JHtmlGrid::state
From Joomla! Documentation
JHtmlGrid::state
Description
public static function state (
$filter_state= '*'
$published= 'Published'
$unpublished= 'Unpublished'
$archived=null
$trashed=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $filter_state | '*' | ||
| $published | 'Published' | ||
| $unpublished | 'Unpublished' | ||
| $archived | null | ||
| $trashed | null |
- Returns
- Defined on line 204 of libraries/joomla/html/html/grid.php
See also
JHtmlGrid::state source code on BitBucket
Class JHtmlGrid
Subpackage Html- Other versions of JHtmlGrid::state
User contributed notes
Code Examples