function getActionDoneMessage($obj) { $done = $this->copy ? 'copied' : ($this->getReqParam('id') ? 'updated' : 'created'); return "the " . $this->getTypeLabel() . " has been $done"; }