PHP Class Pimcore\Controller\Action\Frontend

Inheritance: extends Pimcore\Controller\Action
Datei anzeigen Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$config Zend_Config
$document Pimcore\Model\Document
$editmode boolean
$isInitial boolean

Protected Properties

Property Type Description
$previousLocale Zend_Locale | null
$viewRendered boolean

Public Methods

Method Description
checkForErrors ( )
getConfig ( ) : Zend_Config
getDocument ( ) : Document
getRenderScript ( ) : null
init ( )
initTranslation ( ) : null | Pimcore\Translate | Pimcore\Translate\Website
postDispatch ( )
preDispatch ( )
render ( null $action = null, null $name = null, boolean $noController = false )
renderScript ( string $script, null $name = null )
setDocument ( $document )
setLocale ( $locale )

Protected Methods

Method Description
forceRender ( )
setLocaleFromDocument ( $locale )

Method Details

checkForErrors() public method

public checkForErrors ( )

forceRender() protected method

protected forceRender ( )

getConfig() public method

public getConfig ( ) : Zend_Config
return Zend_Config

getDocument() public method

public getDocument ( ) : Document
return Pimcore\Model\Document

getRenderScript() public method

public getRenderScript ( ) : null
return null

init() public method

public init ( )

initTranslation() public method

public initTranslation ( ) : null | Pimcore\Translate | Pimcore\Translate\Website
return null | Pimcore\Translate | Pimcore\Translate\Website

postDispatch() public method

public postDispatch ( )

preDispatch() public method

public preDispatch ( )

render() public method

public render ( null $action = null, null $name = null, boolean $noController = false )
$action null
$name null
$noController boolean

renderScript() public method

public renderScript ( string $script, null $name = null )
$script string
$name null

setDocument() public method

public setDocument ( $document )
$document

setLocale() public method

public setLocale ( $locale )
$locale

setLocaleFromDocument() protected method

protected setLocaleFromDocument ( $locale )
$locale

Property Details

$config public_oe property

public Zend_Config $config
return Zend_Config

$document public_oe property

public Document,Pimcore\Model $document
return Pimcore\Model\Document

$editmode public_oe property

public bool $editmode
return boolean

$isInitial public_oe static_oe property

public static bool $isInitial
return boolean

$previousLocale protected_oe property

protected Zend_Locale|null $previousLocale
return Zend_Locale | null

$viewRendered protected_oe property

protected bool $viewRendered
return boolean