Horde_Imap_Client_Data_Capability::notify PHP Method

notify() public method

Notification is triggered internally whenever the object's internal data storage is altered.
public notify ( )
    public function notify()
    {
        foreach ($this->_observers as $val) {
            $val->update($this);
        }
    }