observers[] = $observer; } function notify() { foreach($this->observers as $observer) { $observer->update(); } } }