PHP 클래스 Piwik\Category\CategoryList

This class is for now not exposed as public API until needed. Categories of plugins will be automatically displayed in the menu at the very right after all core categories.
파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

공개 메소드들

메소드 설명
addCategory ( Category $category )
get ( ) : CategoryList
getCategories ( )
getCategory ( string $categoryId ) : Category | null Get the category having the given id, if possible.
hasCategory ( $categoryId )

메소드 상세

addCategory() 공개 메소드

public addCategory ( Category $category )
$category Category

get() 공개 정적인 메소드

public static get ( ) : CategoryList
리턴 CategoryList

getCategories() 공개 메소드

public getCategories ( )

getCategory() 공개 메소드

Get the category having the given id, if possible.
public getCategory ( string $categoryId ) : Category | null
$categoryId string
리턴 Category | null

hasCategory() 공개 메소드

public hasCategory ( $categoryId )