PHP Class Flake\Controller\Page

Inheritance: extends Flake\Core\Render\Container
Datei anzeigen Open project: jeromeschneider/baikal

Protected Properties

Property Type Description
$sMetaDescription
$sMetaKeywords
$sTemplatePath
$sTitle

Public Methods

Method Description
__construct ( $sTemplatePath )
addCss ( $sCssAbsPath )
getBaseUrl ( )
getMetaDescription ( )
getMetaKeywords ( )
getTitle ( )
injectHTTPHeaders ( )
render ( )
setBaseUrl ( $sBaseUrl )
setMetaDescription ( $sDescription )
setMetaKeywords ( $sKeywords )
setTitle ( $sTitle )

Method Details

__construct() public method

public __construct ( $sTemplatePath )

addCss() public method

public addCss ( $sCssAbsPath )

getBaseUrl() public method

public getBaseUrl ( )

getMetaDescription() public method

public getMetaDescription ( )

getMetaKeywords() public method

public getMetaKeywords ( )

getTitle() public method

public getTitle ( )

injectHTTPHeaders() public method

public injectHTTPHeaders ( )

render() public method

public render ( )

setBaseUrl() public method

public setBaseUrl ( $sBaseUrl )

setMetaDescription() public method

public setMetaDescription ( $sDescription )

setMetaKeywords() public method

public setMetaKeywords ( $sKeywords )

setTitle() public method

public setTitle ( $sTitle )

Property Details

$sMetaDescription protected_oe property

protected $sMetaDescription

$sMetaKeywords protected_oe property

protected $sMetaKeywords

$sTemplatePath protected_oe property

protected $sTemplatePath

$sTitle protected_oe property

protected $sTitle