PHP Class Components\Posts\Controllers\PostsController

Inheritance: extends BaseControlle\BaseController
Show file Open project: doptor/doptor

Public Methods

Method Description
__construct ( )
category ( $alias )
index ( ) : Response Display a listing of the posts.
show ( integer $permalink ) : Response Display the specified post.

Method Details

__construct() public method

public __construct ( )

category() public method

public category ( $alias )

index() public method

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

show() public method

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