PHP 클래스 RainLab\Blog\Components\Categories

상속: extends Cms\Classes\ComponentBase
파일 보기 프로젝트 열기: rainlab/blog-plugin

공개 프로퍼티들

프로퍼티 타입 설명
$categories A collection of categories to display
$categoryPage Reference to the page name for linking to categories.
$currentCategorySlug Reference to the current category slug.

공개 메소드들

메소드 설명
componentDetails ( )
defineProperties ( )
getCategoryPageOptions ( )
onRun ( )

보호된 메소드들

메소드 설명
linkCategories ( $categories )
loadCategories ( )

메소드 상세

componentDetails() 공개 메소드

public componentDetails ( )

defineProperties() 공개 메소드

public defineProperties ( )

getCategoryPageOptions() 공개 메소드

linkCategories() 보호된 메소드

protected linkCategories ( $categories )

loadCategories() 보호된 메소드

protected loadCategories ( )

onRun() 공개 메소드

public onRun ( )

프로퍼티 상세

$categories 공개적으로 프로퍼티

A collection of categories to display
public $categories

$categoryPage 공개적으로 프로퍼티

Reference to the page name for linking to categories.
public $categoryPage

$currentCategorySlug 공개적으로 프로퍼티

Reference to the current category slug.
public $currentCategorySlug