Property | Type | Description | |
---|---|---|---|
$access_id | |||
$action_type | |||
$annotation_id | |||
$enabled | |||
$id | |||
$object_guid | |||
$posted | |||
$subject_guid | |||
$subtype | |||
$target_guid | |||
$type | |||
$view |
Method | Description | |
---|---|---|
__construct ( stdClass $object ) | Construct a river item object given a database row. | |
canDelete ( integer $user_guid ) : boolean | Can a user delete this river item? | |
delete ( ) : boolean | Delete the river item | |
getAnnotation ( ) : ElggAnnotation | Get the Annotation for this river item | |
getObjectEntity ( ) : ElggEntity | Get the object of this river item | |
getSubjectEntity ( ) : ElggEntity | Get the subject of this river item | |
getSubtype ( ) : string | Get the subtype of the object | |
getTargetEntity ( ) : ElggEntity | Get the target of this river item | |
getTimePosted ( ) : integer | Get the time this activity was posted | |
getType ( ) : string | Get the type of the object | |
getView ( ) : string | Get the view used to display this river item | |
toObject ( ) : stdClass | Get a plain old object copy for public consumption |
public __construct ( stdClass $object ) | ||
$object | stdClass | Object obtained from database |
public getAnnotation ( ) : ElggAnnotation | ||
return | ElggAnnotation |
public getObjectEntity ( ) : ElggEntity | ||
return | ElggEntity |
public getSubjectEntity ( ) : ElggEntity | ||
return | ElggEntity |
public getSubtype ( ) : string | ||
return | string | 'item' |
public getTargetEntity ( ) : ElggEntity | ||
return | ElggEntity |
public getTimePosted ( ) : integer | ||
return | integer |
public toObject ( ) : stdClass | ||
return | stdClass |