Method | Description | |
---|---|---|
__construct ( |
||
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. |
public __construct ( |
||
$language_service |
public create ( ) : Response | ||
return | Response |
public export ( $language_id ) | ||
$language_id |
public index ( ) : Response | ||
return | Response |
public postInstall ( ) |
public store ( ) : Response | ||
return | Response |