PHP 클래스 Piwik\Plugins\Dashboard\Dashboard

상속: extends Piwik\Plugin
파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

공개 메소드들

메소드 설명
addSubcategories ( &$subcategories )
addWidgetConfigs ( &$widgets )
decodeLayout ( $layout )
deleteDashboardLayout ( $userLogin )
encodeLayout ( $layout )
getAllDashboards ( $login )
getClientSideTranslationKeys ( &$translationKeys )
getDefaultLayout ( )
getJsFiles ( &$jsFiles )
getLayoutForUser ( string $login, integer $idDashboard ) : boolean | string Returns the layout in the DB for the given user, or false if the layout has not been set yet.
getStylesheetFiles ( &$stylesheets )
install ( )
registerEvents ( )
removeDisabledPluginFromLayout ( $layout )
uninstall ( )

비공개 메소드들

메소드 설명
addDefaultDashboard ( &$widgets )
addDefaultSubcategory ( &$subcategories )
getModel ( )
isAlreadyDecodedLayout ( $layout )

메소드 상세

addSubcategories() 공개 메소드

public addSubcategories ( &$subcategories )

addWidgetConfigs() 공개 메소드

public addWidgetConfigs ( &$widgets )

decodeLayout() 공개 메소드

public decodeLayout ( $layout )

deleteDashboardLayout() 공개 메소드

public deleteDashboardLayout ( $userLogin )

encodeLayout() 공개 메소드

public encodeLayout ( $layout )

getAllDashboards() 공개 메소드

public getAllDashboards ( $login )

getClientSideTranslationKeys() 공개 메소드

public getClientSideTranslationKeys ( &$translationKeys )

getDefaultLayout() 공개 메소드

public getDefaultLayout ( )

getJsFiles() 공개 메소드

public getJsFiles ( &$jsFiles )

getLayoutForUser() 공개 메소드

Parameters must be checked BEFORE this function call
public getLayoutForUser ( string $login, integer $idDashboard ) : boolean | string
$login string
$idDashboard integer
리턴 boolean | string

getStylesheetFiles() 공개 메소드

public getStylesheetFiles ( &$stylesheets )

install() 공개 메소드

public install ( )

registerEvents() 공개 메소드

또한 보기: Piwik\Plugin::registerEvents
public registerEvents ( )

removeDisabledPluginFromLayout() 공개 메소드

public removeDisabledPluginFromLayout ( $layout )

uninstall() 공개 메소드

public uninstall ( )