SCHLIX\cmsPageOutput
Public Static Methods
public static | ApplicationBody() Outputs HTML string
|
public static string | HTMLHeader() Returns a string of HTML Header @global \SCHLIX\cmsHTMLPageHeader $HTMLHeader
|
public static string | HTMLHeaderNonScripts() Returns a string of HTML Header @global \SCHLIX\cmsHTMLPageHeader $HTMLHeader
|
public static string | HTMLFooterScripts() Returns a string of HTML Header @global \SCHLIX\cmsHTMLPageHeader $HTMLHeader
|
public static string | HTMLPageTitle() Returns the currently set page title @global \SCHLIX\cmsApplication_Basic $Application
|
public static string | HTMLMetaDescription() Returns the meta description @global \SCHLIX\cmsApplication_Basic $Application
|
public static string | HTMLMetaKeywords() Returns the meta keyword @global \SCHLIX\cmsApplication_Basic $Application
|
public static string | BreadCrumbs() Returns the breadcrumb (usually set by the app) @global \SCHLIX\cmsApplication_Basic $Application
|
public static string | BlockCategory(string $position) Returns the output of all blocks in the specified category @global \App\Core_BlockManager $Blocks
|
public static int | BlockCountInCategory(string $position) Returns the number of blocks in a block category. Useful if you want to check whether or not a certain tag to be dispalyed or not @global \App\Core_BlockManager $Blocks
|
public static string | displayBlock(string $block_name) Returns the output of a single block @global \App\Core_BlockManager $Blocks
|