showAll(); } function Trend() { return Statistics::TrendChart(array('PageView', 'Member', 'SiteTree'), 'day', 'mchart', 'Line', 'red'); } function BrowserPie() { return Statistics::BrowserChart(); } function OSPie() { return Statistics::OSChart(); } function UACPie() { return Statistics::ActivityChart(); } function UserTable() { return Statistics::UserRecordTable(); } function ViewTable() { return Statistics::getViews('all'); } function showAll() { return $this->BrowserPie() . $this->OSPie() . $this->UACPie() . $this->Trend() . $this->UserTable() . $this->ViewTable(); } } ?>