PHP Class App\Http\Controllers\Quarx\BlogController

Inheritance: extends App\Http\Controllers\Controller
Afficher le fichier Open project: YABhq/Quarx

Méthodes publiques

Méthode Description
__construct ( BlogRepository $blogRepo )
all ( ) : Response Display all Blog entries.
show ( $url ) : Response Display the specified Blog.
tag ( $tag ) : Response Display all Blog entries.

Method Details

__construct() public méthode

public __construct ( BlogRepository $blogRepo )
$blogRepo Yab\Quarx\Repositories\BlogRepository

all() public méthode

Display all Blog entries.
public all ( ) : Response
Résultat Response

show() public méthode

Display the specified Blog.
public show ( $url ) : Response
Résultat Response

tag() public méthode

Display all Blog entries.
public tag ( $tag ) : Response
Résultat Response