PHP 클래스 RainLab\Pages\Widgets\SnippetList

저자: Alexey Bobkov, Samuel Georges
상속: extends Backend\Classes\WidgetBase, use trait Backend\Traits\SearchableWidget
파일 보기 프로젝트 열기: rainlab/pages-plugin

공개 프로퍼티들

프로퍼티 타입 설명
$noRecordsMessage

보호된 프로퍼티들

프로퍼티 타입 설명
$dataIdPrefix
$theme

공개 메소드들

메소드 설명
__construct ( $controller, $alias )
onSearch ( ) * Event handlers
render ( ) : string Renders the widget.

보호된 메소드들

메소드 설명
getData ( ) * Methods for the internal use
getSession ( $key = null, $default = null )
getThemeSessionKey ( $prefix )
putSession ( $key, $value )
updateList ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $controller, $alias )

getData() 보호된 메소드

* Methods for the internal use
protected getData ( )

getSession() 보호된 메소드

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

getThemeSessionKey() 보호된 메소드

protected getThemeSessionKey ( $prefix )

onSearch() 공개 메소드

* Event handlers
public onSearch ( )

putSession() 보호된 메소드

protected putSession ( $key, $value )

render() 공개 메소드

Renders the widget.
public render ( ) : string
리턴 string

updateList() 보호된 메소드

protected updateList ( )

프로퍼티 상세

$dataIdPrefix 보호되어 있는 프로퍼티

protected $dataIdPrefix

$noRecordsMessage 공개적으로 프로퍼티

public $noRecordsMessage

$theme 보호되어 있는 프로퍼티

protected $theme