Elgg  Version 4.3
Loggable.php
Go to the documentation of this file.
1 <?php
12 interface Loggable {
19  public function getSystemLogID();
20 
26  public function getType();
27 
34  public function getSubtype();
35 
45  public function getObjectFromID($id);
46 }
getSubtype()
Return a subtype.
getObjectFromID($id)
For a given ID, return the object associated with it.
getType()
Return the type of the object - eg.
getSystemLogID()
Return an identification for the object for storage in the system log.
$id
Generic annotation delete action.
Definition: delete.php:6