PHP Class Owl\Http\Controllers\LikeController

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

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( UserService $userService, ItemService $itemService, LikeService $likeService )
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.

Method Details

__construct() public méthode

public __construct ( UserService $userService, ItemService $itemService, LikeService $likeService )
$userService Owl\Services\UserService
$itemService Owl\Services\ItemService
$likeService Owl\Services\LikeService

destroy() public méthode

Remove the specified resource from storage.
public destroy ( $openItemId ) : Response
Résultat Response

index() public méthode

Display a listing of the resource.
public index ( ) : Response
Résultat Response

store() public méthode

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

Property Details

$itemService protected_oe property

protected $itemService

$likeService protected_oe property

protected $likeService

$userService protected_oe property

protected $userService