interface RestfulDataProviderCToolsPluginsInterface in RESTful 7
@file Contains \RestfulDataProviderCToolsPluginsInterface
Hierarchy
- interface \RestfulDataProviderInterface
- interface \RestfulDataProviderCToolsPluginsInterface
Expanded class hierarchy of RestfulDataProviderCToolsPluginsInterface
All classes that implement RestfulDataProviderCToolsPluginsInterface
File
- plugins/
restful/ RestfulDataProviderCToolsPluginsInterface.php, line 8 - Contains \RestfulDataProviderCToolsPluginsInterface
View source
interface RestfulDataProviderCToolsPluginsInterface extends RestfulDataProviderInterface {
/**
* Get the total count of entities that match certain request.
*
* @return int
* The total number of results without including pagination.
*/
public function getTotalCount();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RestfulDataProviderCToolsPluginsInterface:: |
public | function | Get the total count of entities that match certain request. | 1 |
RestfulDataProviderInterface:: |
public | function | Create an item from the request object. | |
RestfulDataProviderInterface:: |
public | function | Get a list of entities. | |
RestfulDataProviderInterface:: |
public | function | Remove the item from the data source. | |
RestfulDataProviderInterface:: |
public | function | Update an item based on the request object. | |
RestfulDataProviderInterface:: |
public | function | View an item from the data source. | |
RestfulDataProviderInterface:: |
public | function | View a collection of items. |