PHP 클래스 RainLab\Pages\Widgets\PageList

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

공개 프로퍼티들

프로퍼티 타입 설명
$addSubpageLabel
$deleteConfirmation Message to display when the Delete button is clicked.
$noRecordsMessage

보호된 프로퍼티들

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( $controller, $alias )

getData() 보호된 메소드

* Methods for th internal use
protected getData ( )

getSession() 보호된 메소드

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

getThemeSessionKey() 보호된 메소드

protected getThemeSessionKey ( $prefix )

onReorder() 공개 메소드

* Event handlers
public onReorder ( )

onSearch() 공개 메소드

public onSearch ( )

onUpdate() 공개 메소드

public onUpdate ( )

pageToText() 보호된 메소드

protected pageToText ( $page )

putSession() 보호된 메소드

protected putSession ( $key, $value )

render() 공개 메소드

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

subtreeToText() 보호된 메소드

protected subtreeToText ( $page )

updateList() 보호된 메소드

protected updateList ( )

프로퍼티 상세

$addSubpageLabel 공개적으로 프로퍼티

public $addSubpageLabel

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

protected $dataIdPrefix

$deleteConfirmation 공개적으로 프로퍼티

Message to display when the Delete button is clicked.
public $deleteConfirmation

$noRecordsMessage 공개적으로 프로퍼티

public $noRecordsMessage

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

protected $theme