PHP Class App\Http\Controllers\Quarx\GalleryController

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

Méthodes publiques

Méthode Description
__construct ( ImageRepository $imageRepo )
all ( ) : Response Display page list.
show ( $tag ) : Response Display the specified Gallery.

Method Details

__construct() public méthode

public __construct ( ImageRepository $imageRepo )
$imageRepo Yab\Quarx\Repositories\ImageRepository

all() public méthode

Display page list.
public all ( ) : Response
Résultat Response

show() public méthode

Display the specified Gallery.
public show ( $tag ) : Response
Résultat Response