PHP Class Owl\Http\Controllers\CommentController

Inheritance: extends Controller
Afficher le fichier Open project: owl/owl

Protected Properties

Свойство Type Description
$commentService
$itemService
$userService

Méthodes publiques

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

Method Details

__construct() public méthode

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

create() public méthode

public create ( Illuminate\Contracts\Events\Dispatcher $event ) : Illuminate\View\View
$event Illuminate\Contracts\Events\Dispatcher
Résultat Illuminate\View\View | string

destroy() public méthode

public destroy ( )

update() public méthode

public update ( )

Property Details

$commentService protected_oe property

protected $commentService

$itemService protected_oe property

protected $itemService

$userService protected_oe property

protected $userService