<?php interface Observer { //notify observer that object $id is unavailable anymore function notifyRemove($obj,$id); } ?>