PHP 클래스 Modules\Doptor\TranslationManager\Controllers\Backend\LanguageManagerController

상속: extends Backend\AdminController
파일 보기 프로젝트 열기: doptor/doptor

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

create() 공개 메소드

Show the form for creating a new resource.
public create ( ) : Response
리턴 Response

destroy() 공개 메소드

Remove the specified resource from storage.
public destroy ( integer $id ) : Response
$id integer
리턴 Response

edit() 공개 메소드

Show the form for editing the specified resource.
public edit ( integer $id ) : Response
$id integer
리턴 Response

export() 공개 메소드

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

getInstall() 공개 메소드

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

index() 공개 메소드

Display a listing of the resource.
public index ( ) : Response
리턴 Response

postInstall() 공개 메소드

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

store() 공개 메소드

Store a newly created resource in storage.
public store ( ) : Response
리턴 Response

update() 공개 메소드

Update the specified resource in storage.
public update ( integer $id ) : Response
$id integer
리턴 Response