type !== 'WikiHistory') { throw new InvalidTypeException(1, 'Collection with type "WikiHistory"', $revisions); } $this->revisions = $revisions; $this->pageName = $pageName; } /** * Renders the view * * @author Tommy Montgomery * @since 2008-10-21 */ public function send() { ?> revisions as $revision => $history) { $affectedBytes = 'n/a'; if ($previous !== null) { $link = $this->wikiPath . '/' . $this->pageName; $link .= '?diff[' . $previous->revision . ',' . $revision .']'; $affectedBytes = strlen($history->wikitext) - strlen($previous->wikitext); $affectedBytes = '' . $affectedBytes . ' bytes'; } $previous = $history; ?>
# Date Message Author Diff
revision; ?> created; ?> message; ?> created_user_id; ?>