You are here

interface RestfulEntityInterface in RESTful 7

@file Contains \RestfulEntityInterface.

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
RestfulInterface::access public function Determine if user can access the handler. 1
RestfulInterface::ACCESS_ALLOW constant Return this value from public field access callbacks to allow access.
RestfulInterface::ACCESS_DENY constant Return this value from public field access callbacks to deny access.
RestfulInterface::ACCESS_IGNORE constant Return this value from public field access callbacks to not affect access.
RestfulInterface::addHttpHeaders public function Add the a value to a multi-value HTTP header. 1
RestfulInterface::CONNECT constant
RestfulInterface::DELETE constant
RestfulInterface::GET constant HTTP methods.
RestfulInterface::getHttpHeaders public function Return array keyed by the header property, and the value. 1
RestfulInterface::getPublicFields public function Return the properties that should be public after processing. 1
RestfulInterface::HEAD constant
RestfulInterface::OPTIONS constant
RestfulInterface::PATCH constant
RestfulInterface::POST constant
RestfulInterface::process public function Entry point to process a request. 1
RestfulInterface::publicFieldsInfo public function Return the properties that should be public. 7
RestfulInterface::PUT constant
RestfulInterface::setHttpHeaders public function Set the HTTP headers. 1
RestfulInterface::TOKEN_VALUE constant Token value for token generation functions.
RestfulInterface::TRACE constant
RestfulInterface::__construct public function Constructor for the RESTful handler.