page = $page; $this->action = $action; } /** * Gets meta data for this view * * @author Tommy Montgomery * @since 2008-10-26 * * @return ViewMetaData */ public function getMetaData() { return ViewMetaData::generate()->addCss($this->cssPath . '/wiki.css'); } } ?>