ElggAnnotation::disable PHP Méthode

disable() public méthode

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