Свойство | Type | Description | |
---|---|---|---|
$itemService | |||
$stockService | |||
$templateService | |||
$userService |
Méthode | Description | |
---|---|---|
__construct ( |
||
destroy ( $openItemId ) : Response | Remove the specified resource from storage. | |
index ( ) : Response | Display a listing of the resource. | |
store ( Illuminate\Contracts\Events\Dispatcher $event ) : Illuminate\Http\Response | Store a newly created resource in storage. |
public __construct ( |
||
$userService | ||
$itemService | ||
$stockService | ||
$templateService |
public destroy ( $openItemId ) : Response | ||
Résultat | Response |
public index ( ) : Response | ||
Résultat | Response |
public store ( Illuminate\Contracts\Events\Dispatcher $event ) : Illuminate\Http\Response | ||
$event | Illuminate\Contracts\Events\Dispatcher | |
Résultat | Illuminate\Http\Response |