interface RestfulEntityInterface in RESTful 7
@file Contains \RestfulEntityInterface.
Hierarchy
- interface \RestfulInterface
- interface \RestfulEntityInterface
Expanded class hierarchy of RestfulEntityInterface
All classes that implement RestfulEntityInterface
File
- plugins/
restful/ RestfulEntityInterface.php, line 9 - Contains \RestfulEntityInterface.
View source
interface RestfulEntityInterface extends RestfulInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RestfulInterface:: |
public | function | Determine if user can access the handler. | 1 |
RestfulInterface:: |
constant | Return this value from public field access callbacks to allow access. | ||
RestfulInterface:: |
constant | Return this value from public field access callbacks to deny access. | ||
RestfulInterface:: |
constant | Return this value from public field access callbacks to not affect access. | ||
RestfulInterface:: |
public | function | Add the a value to a multi-value HTTP header. | 1 |
RestfulInterface:: |
constant | |||
RestfulInterface:: |
constant | |||
RestfulInterface:: |
constant | HTTP methods. | ||
RestfulInterface:: |
public | function | Return array keyed by the header property, and the value. | 1 |
RestfulInterface:: |
public | function | Return the properties that should be public after processing. | 1 |
RestfulInterface:: |
constant | |||
RestfulInterface:: |
constant | |||
RestfulInterface:: |
constant | |||
RestfulInterface:: |
constant | |||
RestfulInterface:: |
public | function | Entry point to process a request. | 1 |
RestfulInterface:: |
public | function | Return the properties that should be public. | 7 |
RestfulInterface:: |
constant | |||
RestfulInterface:: |
public | function | Set the HTTP headers. | 1 |
RestfulInterface:: |
constant | Token value for token generation functions. | ||
RestfulInterface:: |
constant | |||
RestfulInterface:: |
public | function | Constructor for the RESTful handler. |