function delete(&$object)
 {
   $this->call_order = $this->counter++;
   parent :: delete($object);
 }