ElggRiverItem::getAnnotation PHP Method

getAnnotation() public method

Get the Annotation for this river item
public getAnnotation ( ) : ElggAnnotation
return ElggAnnotation
    public function getAnnotation()
    {
        return elgg_get_annotation_from_id($this->annotation_id);
    }