VbzCart/docs/v1/class/vcPageContent

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class
Jump to navigation Jump to search

Template:Page/code/class

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 -- //
}