SCHLIX\cmsPageOutput

Public Static Methods

public static ApplicationBody()
Outputs HTML string
public static stringHTMLHeader()
Returns a string of HTML Header @global \SCHLIX\cmsHTMLPageHeader $HTMLHeader
public static stringHTMLHeaderNonScripts()
Returns a string of HTML Header @global \SCHLIX\cmsHTMLPageHeader $HTMLHeader
public static stringHTMLFooterScripts()
Returns a string of HTML Header @global \SCHLIX\cmsHTMLPageHeader $HTMLHeader
public static stringHTMLPageTitle()
Returns the currently set page title @global \SCHLIX\cmsApplication_Basic $Application
public static stringHTMLMetaDescription()
Returns the meta description @global \SCHLIX\cmsApplication_Basic $Application
public static stringHTMLMetaKeywords()
Returns the meta keyword @global \SCHLIX\cmsApplication_Basic $Application
public static stringBreadCrumbs()
Returns the breadcrumb (usually set by the app) @global \SCHLIX\cmsApplication_Basic $Application
public static stringBlockCategory(string $position)
Returns the output of all blocks in the specified category @global \App\Core_BlockManager $Blocks
public static intBlockCountInCategory(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 stringdisplayBlock(string $block_name)
Returns the output of a single block @global \App\Core_BlockManager $Blocks