PHP Class App\Http\Controllers\Quarx\GalleryController

Inheritance: extends App\Http\Controllers\Controller
Show file Open project: YABhq/Quarx

Public Methods

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

Method Details

__construct() public method

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

all() public method

Display page list.
public all ( ) : Response
return Response

show() public method

Display the specified Gallery.
public show ( $tag ) : Response
return Response