PHP 클래스 Pimcore\View

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

보호된 프로퍼티들

프로퍼티 타입 설명
$request Zend_Controller_Request_Abstract

공개 메소드들

메소드 설명
__call ( string $method, array $arguments ) : mixed | Tag | string
_getAllParams ( ) : array
_getParam ( $key, null $default = null ) : mixed
getAllParams ( ) : array
getParam ( $key, $default = null ) : mixed
getRequest ( ) : Zend_Controller_Request_Http
getViewScriptSuffix ( ) : string
inc ( $include, array $params = null, $cacheEnabled = true ) : string includes a document
includeTemplateFile ( string $script )
setRequest ( Zend_Controller_Request_Abstract $request )
t ( ) shorthand for $this->translate() view helper
tag ( $type, $realName, array $options = [] ) : Tag
template ( $scriptPath, array $params = [], boolean $resetPassedParams = false, boolean $capture = false ) : string
ts ( ) shorthand for $this->translateAdmin() view helper

메소드 상세

__call() 공개 메소드

public __call ( string $method, array $arguments ) : mixed | Tag | string
$method string
$arguments array
리턴 mixed | Pimcore\Model\Document\Tag | string

_getAllParams() 공개 메소드

사용 중단:
public _getAllParams ( ) : array
리턴 array

_getParam() 공개 메소드

public _getParam ( $key, null $default = null ) : mixed
$key
$default null
리턴 mixed

getAllParams() 공개 메소드

public getAllParams ( ) : array
리턴 array

getParam() 공개 메소드

public getParam ( $key, $default = null ) : mixed
$key
$default
리턴 mixed

getRequest() 공개 메소드

public getRequest ( ) : Zend_Controller_Request_Http
리턴 Zend_Controller_Request_Http

getViewScriptSuffix() 공개 정적인 메소드

public static getViewScriptSuffix ( ) : string
리턴 string

inc() 공개 메소드

includes a document
public inc ( $include, array $params = null, $cacheEnabled = true ) : string
$include
$params array
리턴 string

includeTemplateFile() 공개 메소드

public includeTemplateFile ( string $script )
$script string

setRequest() 공개 메소드

public setRequest ( Zend_Controller_Request_Abstract $request )
$request Zend_Controller_Request_Abstract

t() 공개 메소드

shorthand for $this->translate() view helper
public t ( )

tag() 공개 메소드

public tag ( $type, $realName, array $options = [] ) : Tag
$type
$realName
$options array
리턴 Pimcore\Model\Document\Tag

template() 공개 메소드

public template ( $scriptPath, array $params = [], boolean $resetPassedParams = false, boolean $capture = false ) : string
$scriptPath
$params array
$resetPassedParams boolean
$capture boolean
리턴 string

ts() 공개 메소드

shorthand for $this->translateAdmin() view helper
public ts ( )

프로퍼티 상세

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

protected Zend_Controller_Request_Abstract $request
리턴 Zend_Controller_Request_Abstract