uri = $uri; } /** * Return the URI of the deleted resource * @return string */ function getId() { return $this->uri; } /** * (non-PHPdoc) * @see \oat\oatbox\event\Event::getName() */ function getName() { return __CLASS__; } }