PHP Class Components\Posts\Controllers\PostsController

Inheritance: extends BaseControlle\BaseController
Afficher le fichier Open project: doptor/doptor

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( )

category() public méthode

public category ( $alias )

index() public méthode

Display a listing of the posts.
public index ( ) : Response
Résultat Response

show() public méthode

Display the specified post.
public show ( integer $permalink ) : Response
$permalink integer
Résultat Response