Class SessionFilterComponent
SessionFilterComponent class
Handle filter session used to list BEdita objects. The session key used to store filter is usually built as self::$sessionKeyPrefix . '.ControllerName.actionName'
- Object
- SessionFilterComponent
Located at controllers/components/session_filter.php
Methods summary
public
|
|
public
|
|
public
|
|
private
|
|
public
string
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
Properties summary
public
array
|
$components
list of components used |
#
array('Session')
|
public
Controller
|
$controller
the controller that use this component |
#
null
|
private
string
|
$sessionKeyPrefix
the session key prefix |
#
'beditaFilter'
|
private
string
|
$sessionKey
the session key used to store filter. It's usually built as self::$sessionKeyPrefix . '.ControllerName.actionName' |
#
null
|
private
array
|
$urlArgsAccepted
url args that are accepted to be put in session filter used in self::getFromUrl() method |
#
array(
'id',
'category',
'relation',
'rel_object_id',
'rel_detail',
'comment_object_id',
'mail_group',
'tag',
'query',
'substring',
'status'
)
|