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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 )