PHP 클래스 Owl\Http\Controllers\CommentController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$commentService
$itemService
$userService

공개 메소드들

메소드 설명
__construct ( UserService $userService, ItemService $itemService, CommentService $commentService )
create ( Illuminate\Contracts\Events\Dispatcher $event ) : Illuminate\View\View
destroy ( )
update ( )

메소드 상세

__construct() 공개 메소드

public __construct ( UserService $userService, ItemService $itemService, CommentService $commentService )
$userService Owl\Services\UserService
$itemService Owl\Services\ItemService
$commentService Owl\Services\CommentService

create() 공개 메소드

public create ( Illuminate\Contracts\Events\Dispatcher $event ) : Illuminate\View\View
$event Illuminate\Contracts\Events\Dispatcher
리턴 Illuminate\View\View | string

destroy() 공개 메소드

public destroy ( )

update() 공개 메소드

public update ( )

프로퍼티 상세

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

protected $commentService

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

protected $itemService

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

protected $userService