Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
RainLab
Blog
Components
Post
PHP 클래스 RainLab\Blog\Components\Post
상속:
extends
Cms\Classes\ComponentBase
파일 보기
프로젝트 열기: rainlab/blog-plugin
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
$categoryPage
Reference to the page name for linking to categories.
$post
The post model used for display.
공개 메소드들
메소드
설명
componentDetails
( )
defineProperties
( )
getCategoryPageOptions
( )
onRun
( )
보호된 메소드들
메소드
설명
loadPost
( )
메소드 상세
componentDetails()
공개
메소드
public
componentDetails
( )
defineProperties()
공개
메소드
public
defineProperties
( )
getCategoryPageOptions()
공개
메소드
public
getCategoryPageOptions
( )
loadPost()
보호된
메소드
protected
loadPost
( )
onRun()
공개
메소드
public
onRun
( )
프로퍼티 상세
$categoryPage
공개적으로 프로퍼티
Reference to the page name for linking to categories.
public
$categoryPage
$post
공개적으로 프로퍼티
The post model used for display.
public
$post