VbzCart/docs/v1/class/vcPageContent

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class
Revision as of 10:38, 12 April 2019 by imported>Woozle (Created page with "{{page/code/class}} * '''file''': {{l/version|file|page/vbz-page.php}} * '''extends''': {{l/ferreteria/|v2/class/fcPageContent}} * * '''extended by''': ** {{l/version|class|vc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 -- //
}