PHP Class Modules\Doptor\TranslationManager\Controllers\Backend\LanguageManagerController

Inheritance: extends Backend\AdminController
Afficher le fichier Open project: doptor/doptor

Méthodes publiques

Méthode Description
__construct ( LanguageService $language_service )
create ( ) : Response Show the form for creating a new resource.
destroy ( integer $id ) : Response Remove the specified resource from storage.
edit ( integer $id ) : Response Show the form for editing the specified resource.
export ( $language_id ) Export the language files for download
getInstall ( ) Show the page for installing a language file
index ( ) : Response Display a listing of the resource.
postInstall ( ) Store a newly created installed module in storage.
store ( ) : Response Store a newly created resource in storage.
update ( integer $id ) : Response Update the specified resource in storage.

Method Details

__construct() public méthode

public __construct ( LanguageService $language_service )
$language_service Modules\Doptor\TranslationManager\Services\LanguageService

create() public méthode

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

destroy() public méthode

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

edit() public méthode

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

export() public méthode

Export the language files for download
public export ( $language_id )
$language_id

getInstall() public méthode

Show the page for installing a language file
public getInstall ( )

index() public méthode

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

postInstall() public méthode

Store a newly created installed module in storage.
public postInstall ( )

store() public méthode

Store a newly created resource in storage.
public store ( ) : Response
Résultat Response

update() public méthode

Update the specified resource in storage.
public update ( integer $id ) : Response
$id integer
Résultat Response