interface LTIToolProviderOutcomesEntityControllerInterface in LTI Tool Provider 7
@file Entity controller class for outcomes.
Hierarchy
- interface \DrupalEntityControllerInterface
Expanded class hierarchy of LTIToolProviderOutcomesEntityControllerInterface
All classes that implement LTIToolProviderOutcomesEntityControllerInterface
File
- lti_tool_provider_outcomes/
LTIToolProviderOutcomesEntityController.class.php, line 8 - Entity controller class for outcomes.
View source
interface LTIToolProviderOutcomesEntityControllerInterface extends DrupalEntityControllerInterface {
/**
* Create.
*/
public function create();
/**
* Save.
*
* @param object $entity
* The Outcome to save.
*/
public function save($entity);
/**
* Delete.
*
* @param object $entity
* The Outcome to delete.
*/
public function delete($entity);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DrupalEntityControllerInterface:: |
public | function | Loads one or more entities. | 1 |
DrupalEntityControllerInterface:: |
public | function | Resets the internal, static entity cache. | 1 |
LTIToolProviderOutcomesEntityControllerInterface:: |
public | function | Create. | 1 |
LTIToolProviderOutcomesEntityControllerInterface:: |
public | function | Delete. | 1 |
LTIToolProviderOutcomesEntityControllerInterface:: |
public | function | Save. | 1 |