PHP 클래스 App\Http\Controllers\Quarx\GalleryController

상속: extends app\http\controllers\Controller
파일 보기 프로젝트 열기: YABhq/Quarx

공개 메소드들

메소드 설명
__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