PHP Класс App\Http\Controllers\Quarx\GalleryController

Наследование: extends App\Http\Controllers\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ImageRepository $imageRepo )
all ( ) : Response Display page list.
show ( $tag ) : Response Display the specified Gallery.

Описание методов

__construct() публичный Метод

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

all() публичный Метод

Display page list.
public all ( ) : Response
Результат Response

show() публичный Метод

Display the specified Gallery.
public show ( $tag ) : Response
Результат Response