PHP 클래스 Pimcore\Controller\Action\Frontend

상속: extends Pimcore\Controller\Action
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$config Zend_Config
$document Pimcore\Model\Document
$editmode boolean
$isInitial boolean

보호된 프로퍼티들

프로퍼티 타입 설명
$previousLocale Zend_Locale | null
$viewRendered boolean

공개 메소드들

메소드 설명
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 )

보호된 메소드들

메소드 설명
forceRender ( )
setLocaleFromDocument ( $locale )

메소드 상세

checkForErrors() 공개 메소드

public checkForErrors ( )

forceRender() 보호된 메소드

protected forceRender ( )

getConfig() 공개 메소드

public getConfig ( ) : Zend_Config
리턴 Zend_Config

getDocument() 공개 메소드

public getDocument ( ) : Document
리턴 Pimcore\Model\Document

getRenderScript() 공개 메소드

public getRenderScript ( ) : null
리턴 null

init() 공개 메소드

public init ( )

initTranslation() 공개 메소드

public initTranslation ( ) : null | Pimcore\Translate | Pimcore\Translate\Website
리턴 null | Pimcore\Translate | Pimcore\Translate\Website

postDispatch() 공개 메소드

public postDispatch ( )

preDispatch() 공개 메소드

public preDispatch ( )

render() 공개 메소드

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

renderScript() 공개 메소드

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

setDocument() 공개 메소드

public setDocument ( $document )
$document

setLocale() 공개 메소드

public setLocale ( $locale )
$locale

setLocaleFromDocument() 보호된 메소드

protected setLocaleFromDocument ( $locale )
$locale

프로퍼티 상세

$config 공개적으로 프로퍼티

public Zend_Config $config
리턴 Zend_Config

$document 공개적으로 프로퍼티

public Document,Pimcore\Model $document
리턴 Pimcore\Model\Document

$editmode 공개적으로 프로퍼티

public bool $editmode
리턴 boolean

$isInitial 공개적으로 정적으로 프로퍼티

public static bool $isInitial
리턴 boolean

$previousLocale 보호되어 있는 프로퍼티

protected Zend_Locale|null $previousLocale
리턴 Zend_Locale | null

$viewRendered 보호되어 있는 프로퍼티

protected bool $viewRendered
리턴 boolean