PHP Class RainLab\Pages\Widgets\SnippetList

Author: Alexey Bobkov, Samuel Georges
Inheritance: extends Backend\Classes\WidgetBase, use trait Backend\Traits\SearchableWidget
Afficher le fichier Open project: rainlab/pages-plugin

Méthodes publiques

Свойство Type Description
$noRecordsMessage

Protected Properties

Свойство Type Description
$dataIdPrefix
$theme

Méthodes publiques

Méthode Description
__construct ( $controller, $alias )
onSearch ( ) * Event handlers
render ( ) : string Renders the widget.

Méthodes protégées

Méthode Description
getData ( ) * Methods for the internal use
getSession ( $key = null, $default = null )
getThemeSessionKey ( $prefix )
putSession ( $key, $value )
updateList ( )

Method Details

__construct() public méthode

public __construct ( $controller, $alias )

getData() protected méthode

* Methods for the internal use
protected getData ( )

getSession() protected méthode

protected getSession ( $key = null, $default = null )

getThemeSessionKey() protected méthode

protected getThemeSessionKey ( $prefix )

onSearch() public méthode

* Event handlers
public onSearch ( )

putSession() protected méthode

protected putSession ( $key, $value )

render() public méthode

Renders the widget.
public render ( ) : string
Résultat string

updateList() protected méthode

protected updateList ( )

Property Details

$dataIdPrefix protected_oe property

protected $dataIdPrefix

$noRecordsMessage public_oe property

public $noRecordsMessage

$theme protected_oe property

protected $theme