CMS  Version 3.9
ExtendTokenAPIEndPoint Class Reference
+ Inheritance diagram for ExtendTokenAPIEndPoint:
+ Collaboration diagram for ExtendTokenAPIEndPoint:

Public Member Functions

 get ()
 
 post ()
 
 allowAnonymous ()
 
- Public Member Functions inherited from APIEndPoint
 __construct ()
 
 checkAccess ()
 

Detailed Description

Definition at line 73 of file api_manager.inc.

Member Function Documentation

◆ allowAnonymous()

ExtendTokenAPIEndPoint::allowAnonymous ( )

Reimplemented from APIEndPoint.

Definition at line 85 of file api_manager.inc.

86  {
87  return true;
88  }

◆ get()

ExtendTokenAPIEndPoint::get ( )

Definition at line 75 of file api_manager.inc.

76  {
78  }
static JSONreturn($object, $sendType=true, $wrap=true)
Return a DataItem to the client in JSON format.
Definition: core.inc:1160

◆ post()

ExtendTokenAPIEndPoint::post ( )

Definition at line 80 of file api_manager.inc.


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