PHP 클래스 Pagekit\Dashboard\Controller\DashboardController

파일 보기 프로젝트 열기: pagekit/pagekit

보호된 프로퍼티들

프로퍼티 타입 설명
$api string
$apiKey string
$dashboard Pagekit\Module\Module

공개 메소드들

메소드 설명
__construct ( ) Constructor.
deleteAction ( $id )
indexAction ( )
reorderAction ( $order = [] )
saveAction ( $id, $widget = [] )
saveWidgetsAction ( $widgets = [] )
weatherAction ( $data, $action )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

deleteAction() 공개 메소드

public deleteAction ( $id )

indexAction() 공개 메소드

public indexAction ( )

reorderAction() 공개 메소드

public reorderAction ( $order = [] )

saveAction() 공개 메소드

public saveAction ( $id, $widget = [] )

saveWidgetsAction() 공개 메소드

public saveWidgetsAction ( $widgets = [] )

weatherAction() 공개 메소드

public weatherAction ( $data, $action )

프로퍼티 상세

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

protected string $api
리턴 string

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

protected string $apiKey
리턴 string

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

protected Module,Pagekit\Module $dashboard
리턴 Pagekit\Module\Module