Skimia\ApiFusion
  • Namespace
  • Class
  • Tree
  • Todo
  • Download

Namespaces

  • PHP
  • Skimia
    • ApiFusion
      • Annotations
        • ApiRouting
          • Annotations
      • Auth
      • Console
        • Commands
      • Domain
        • Contracts
        • Exceptions
        • Traits
        • Users
        • Validation
      • Facade
      • Http
        • Controllers
          • Api
      • Routing

Classes

  • ApiController
  • ResourceServiceController
  • SentinelSessionsController

Class ResourceServiceController

Illuminate\Routing\Controller
Extended by Skimia\ApiFusion\Http\Controllers\Api\ApiController uses Dingo\Api\Routing\Helpers (not available)
Extended by Skimia\ApiFusion\Http\Controllers\Api\ResourceServiceController
Abstract
Namespace: Skimia\ApiFusion\Http\Controllers\Api
Located at Http/Controllers/Api/ResourceServiceController.php

Methods summary

public
# __construct( )

Protect and filter all Resources controllers.

Protect and filter all Resources controllers.

public Response
# index( )

Display a listing of the resource.

Display a listing of the resource.

Returns

Response
public Response
# show( integer $id )

Display the specified resource.

Display the specified resource.

Parameters

$id

Returns

Response
public Response
# store( )

Store a newly created resource in storage.

Store a newly created resource in storage.

Returns

Response
public Response
# update( )

Update the specified resource in storage.

Update the specified resource in storage.

Returns

Response
public Response
# destroy( )

Remove the specified resource from storage.

Remove the specified resource from storage.

Returns

Response

Methods inherited from Skimia\ApiFusion\Http\Controllers\Api\ApiController

requireAuth()

Properties summary

protected object $transformer

Transformer class to use when presenting the resource data to the user.

Transformer class to use when presenting the resource data to the user.

#
protected object $service

Service class to use when working with the resource.

Service class to use when working with the resource.

#
Skimia\ApiFusion API documentation generated by ApiGen