ElggAnnotation::enable PHP Method

enable() public method

Enable the annotation.
Since: 1.8
public enable ( ) : boolean
return boolean
    public function enable()
    {
        return _elgg_set_metastring_based_object_enabled_by_id($this->id, 'yes', 'annotations');
    }