ElggAnnotation::disable PHP 메소드

disable() 공개 메소드

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