PHP 클래스 Owl\Http\Controllers\StockController

상속: extends Controller
파일 보기 프로젝트 열기: owl/owl

보호된 프로퍼티들

프로퍼티 타입 설명
$itemService
$stockService
$templateService
$userService

공개 메소드들

메소드 설명
__construct ( UserService $userService, ItemService $itemService, StockService $stockService, TemplateService $templateService )
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.

메소드 상세

__construct() 공개 메소드

public __construct ( UserService $userService, ItemService $itemService, StockService $stockService, TemplateService $templateService )
$userService Owl\Services\UserService
$itemService Owl\Services\ItemService
$stockService Owl\Services\StockService
$templateService Owl\Services\TemplateService

destroy() 공개 메소드

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

index() 공개 메소드

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

store() 공개 메소드

Store a newly created resource in storage.
public store ( Illuminate\Contracts\Events\Dispatcher $event ) : Illuminate\Http\Response
$event Illuminate\Contracts\Events\Dispatcher
리턴 Illuminate\Http\Response

프로퍼티 상세

$itemService 보호되어 있는 프로퍼티

protected $itemService

$stockService 보호되어 있는 프로퍼티

protected $stockService

$templateService 보호되어 있는 프로퍼티

protected $templateService

$userService 보호되어 있는 프로퍼티

protected $userService