restore(); return true; } return false; } public function delete() { throw new Forbidden(); } public function getName(): string { return 'restore'; } public function setName($name) { throw new Forbidden(); } public function getLastModified() { return 0; } }