PHP Class Yab\Quarx\Controllers\FilesController

Inheritance: extends QuarxController
Afficher le fichier Open project: YABhq/Quarx

Méthodes publiques

Méthode Description
__construct ( FileRepository $fileRepo )
apiList ( Illuminate\Http\Request $request ) : Response Display the specified Images.
create ( ) : Response Show the form for creating a new Files.
destroy ( integer $id ) : Response Remove the specified Files from storage.
edit ( integer $id ) : Response Show the form for editing the specified Files.
index ( ) : Response Display a listing of the Files.
remove ( string $id ) : Response Remove a file.
search ( Illuminate\Http\Request $request ) : Response Search.
store ( Illuminate\Http\Request $request ) : Response Store a newly created Files in storage.
update ( integer $id, Yab\Quarx\Requests\FileRequest $request ) : Response Update the specified Files in storage.
upload ( Illuminate\Http\Request $request ) : Response Store a newly created Files in storage.

Method Details

__construct() public méthode

public __construct ( FileRepository $fileRepo )
$fileRepo Yab\Quarx\Repositories\FileRepository

apiList() public méthode

Display the specified Images.
public apiList ( Illuminate\Http\Request $request ) : Response
$request Illuminate\Http\Request
Résultat Response

create() public méthode

Show the form for creating a new Files.
public create ( ) : Response
Résultat Response

destroy() public méthode

Remove the specified Files from storage.
public destroy ( integer $id ) : Response
$id integer
Résultat Response

edit() public méthode

Show the form for editing the specified Files.
public edit ( integer $id ) : Response
$id integer
Résultat Response

index() public méthode

Display a listing of the Files.
public index ( ) : Response
Résultat Response

remove() public méthode

Remove a file.
public remove ( string $id ) : Response
$id string
Résultat Response

store() public méthode

Store a newly created Files in storage.
public store ( Illuminate\Http\Request $request ) : Response
$request Illuminate\Http\Request
Résultat Response

update() public méthode

Update the specified Files in storage.
public update ( integer $id, Yab\Quarx\Requests\FileRequest $request ) : Response
$id integer
$request Yab\Quarx\Requests\FileRequest
Résultat Response

upload() public méthode

Store a newly created Files in storage.
public upload ( Illuminate\Http\Request $request ) : Response
$request Illuminate\Http\Request
Résultat Response