PHP 클래스 Components\Posts\Controllers\PostsController

상속: extends BaseControlle\BaseController
파일 보기 프로젝트 열기: doptor/doptor

공개 메소드들

메소드 설명
__construct ( )
category ( $alias )
index ( ) : Response Display a listing of the posts.
show ( integer $permalink ) : Response Display the specified post.

메소드 상세

__construct() 공개 메소드

public __construct ( )

category() 공개 메소드

public category ( $alias )

index() 공개 메소드

Display a listing of the posts.
public index ( ) : Response
리턴 Response

show() 공개 메소드

Display the specified post.
public show ( integer $permalink ) : Response
$permalink integer
리턴 Response