VbzCart/v1/class/vcPageContent

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | v1/class
Revision as of 13:05, 27 April 2019 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
abstract class vcPageContent extends fcPageContent {
    use ftContentMessages;

    // ++ EVENTS ++ //
    
    // ACTION: add any elements that can be defined at construction time
    protected function OnCreateElements() {}	// <body> creates header and navbar

    // -- EVENTS -- //
    // ++ FRAMEWORK ++ //

    protected function GetDatabase() {
	return fcApp::Me()->GetDatabase();
    }
    
    // -- FRAMEWORK -- //
}