Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Sulu
Bundle
PreviewBundle
Preview
Renderer
PreviewRendererInterface
PHP Interface Sulu\Bundle\PreviewBundle\Preview\Renderer\PreviewRendererInterface
Mostrar archivo
Open project: sulu/sulu
Interface Usage Examples
Public Methods
Method
Description
render
(
mixed
$object
,
string
$id
,
string
$webspaceKey
,
string
$locale
,
boolean
$partial
= false ) :
string
Renders object in given webspace and locale.
Method Details
render()
public
method
Renders object in given webspace and locale.
public
render
(
mixed
$object
,
string
$id
,
string
$webspaceKey
,
string
$locale
,
boolean
$partial
= false ) :
string
$object
mixed
$id
string
$webspaceKey
string
$locale
string
$partial
boolean
return
string