PHP Class Pimcore\Controller\Action\Frontend

Inheritance: extends Pimcore\Controller\Action
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$config Zend_Config
$document Pimcore\Model\Document
$editmode boolean
$isInitial boolean

Protected Properties

Свойство Type Description
$previousLocale Zend_Locale | null
$viewRendered boolean

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
forceRender ( )
setLocaleFromDocument ( $locale )

Method Details

checkForErrors() public méthode

public checkForErrors ( )

forceRender() protected méthode

protected forceRender ( )

getConfig() public méthode

public getConfig ( ) : Zend_Config
Résultat Zend_Config

getDocument() public méthode

public getDocument ( ) : Document
Résultat Pimcore\Model\Document

getRenderScript() public méthode

public getRenderScript ( ) : null
Résultat null

init() public méthode

public init ( )

initTranslation() public méthode

public initTranslation ( ) : null | Pimcore\Translate | Pimcore\Translate\Website
Résultat null | Pimcore\Translate | Pimcore\Translate\Website

postDispatch() public méthode

public postDispatch ( )

preDispatch() public méthode

public preDispatch ( )

render() public méthode

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

renderScript() public méthode

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

setDocument() public méthode

public setDocument ( $document )
$document

setLocale() public méthode

public setLocale ( $locale )
$locale

setLocaleFromDocument() protected méthode

protected setLocaleFromDocument ( $locale )
$locale

Property Details

$config public_oe property

public Zend_Config $config
Résultat Zend_Config

$document public_oe property

public Document,Pimcore\Model $document
Résultat Pimcore\Model\Document

$editmode public_oe property

public bool $editmode
Résultat boolean

$isInitial public_oe static_oe property

public static bool $isInitial
Résultat boolean

$previousLocale protected_oe property

protected Zend_Locale|null $previousLocale
Résultat Zend_Locale | null

$viewRendered protected_oe property

protected bool $viewRendered
Résultat boolean