/** * Execute action for a single entry * @param ENTRY $entry * @access private */ protected function _entry_run($entry) { $entry->delete(); }