phramework/jsonapi doc
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • Phramework
    • JSONAPI
      • Controller
        • POST
      • Model
      • Viewers

Classes

  • Controller
  • Fields
  • Filter
  • FilterAttribute
  • FilterJSONAttribute
  • Model
  • Page
  • Relationship
  • RelationshipResource
  • Resource
  • Sort
  • Util
  • ValidationModel

Class Controller

Base JSONAPI controller

Phramework\JSONAPI\Controller\Base
Extended by Phramework\JSONAPI\Controller\Relationships
Extended by Phramework\JSONAPI\Controller\GETById
Extended by Phramework\JSONAPI\Controller\GET
Extended by Phramework\JSONAPI\Controller\POST
Extended by Phramework\JSONAPI\Controller\PATCH
Extended by Phramework\JSONAPI\Controller\DELETE
Extended by Phramework\JSONAPI\Controller
Abstract
Namespace: Phramework\JSONAPI
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 1.0.0
Located at Controller.php

Methods summary

Methods inherited from Phramework\JSONAPI\Controller\DELETE

handleDELETE()

Methods inherited from Phramework\JSONAPI\Controller\PATCH

handlePATCH()

Methods inherited from Phramework\JSONAPI\Controller\POST

handlePOST()

Methods inherited from Phramework\JSONAPI\Controller\GET

handleGET()

Methods inherited from Phramework\JSONAPI\Controller\GETById

handleGETByid()

Methods inherited from Phramework\JSONAPI\Controller\Relationships

handleByIdRelationships()

Methods inherited from Phramework\JSONAPI\Controller\Base

checkIfUnsupportedRequestWithId(), exists(), getRequestAttributes(), getRequestData(), getRequestInclude(), getRequestRelationships(), testUnknownError(), view(), viewData()

phramework/jsonapi doc API documentation generated by ApiGen