SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class AdminDashboard

Dashboard shown when a user first logs in to the admin

Functions

NameVisibilityDescription
firstRunprivate (static)Show the "first run" message, which welcomes new operators to the admin
moderationButtonprivate (static)A button to moderate content, if there is actually content to moderate
needApprovalprivate (static)A list of "need approval" pages currently in the system
newContentprivate (static)A list of new content (pages, files, etc)
renderpublic (static)Render the admin dashboard

private firstRun

string AdminDashboard::firstRun ( );

Show the "first run" message, which welcomes new operators to the admin

private moderationButton

string AdminDashboard::moderationButton ( );

A button to moderate content, if there is actually content to moderate

private needApproval

string AdminDashboard::needApproval ( );

A list of "need approval" pages currently in the system

private newContent

string AdminDashboard::newContent ( );

A list of new content (pages, files, etc)

public render

string AdminDashboard::render ( );

Render the admin dashboard