CRUD  1.0
Public Member Functions | List of all members
CRUD\Controller\Owner Class Reference

Public Member Functions

 __construct ()
 
 post ($request_data=NULL)
 
 index ()
 
 get ($id)
 

Detailed Description

( schema="NewOwner" )

Constructor & Destructor Documentation

◆ __construct()

CRUD\Controller\Owner::__construct ( )

Member Function Documentation

◆ get()

CRUD\Controller\Owner::get (   $id)

◆ index()

CRUD\Controller\Owner::index ( )
Here is the call graph for this function:

◆ post()

CRUD\Controller\Owner::post (   $request_data = NULL)

Insert new Owner entry in the database ( path="/owners", (required=true, description="The owner to add", (ref="#/components/schemas/NewOwner")), (response="200", description="Successful creation", (ref="#/components/schemas/Owner")), (response="400", description="Bad request. A field is missing.") )

Parameters
$request_dataThe request data
Here is the call graph for this function:

The documentation for this class was generated from the following file: