ElggAnnotation::disable PHP Method

disable() public method

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