PHP Class Owl\Http\Controllers\CommentController

Inheritance: extends Controller
Show file Open project: owl/owl

Protected Properties

Property Type Description
$commentService
$itemService
$userService

Public Methods

Method Description
__construct ( UserService $userService, ItemService $itemService, CommentService $commentService )
create ( Illuminate\Contracts\Events\Dispatcher $event ) : Illuminate\View\View
destroy ( )
update ( )

Method Details

__construct() public method

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

create() public method

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

destroy() public method

public destroy ( )

update() public method

public update ( )

Property Details

$commentService protected property

protected $commentService

$itemService protected property

protected $itemService

$userService protected property

protected $userService