kernel/private/rest/classes/content_renderer.php
\ezpRestContentRenderer
Package: Default
File containing the ezpRestContentRenderer class
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Proprietary Use License v1.0
Constants
Properties
Methods


createRenderer(
string $renderer, \ezpContent $content, $controller
)
:
\ezpRestContentProviderInterface
static
Returns ezpRestContentProviderInterface object for requested renderer
Parameters
Returns
Name | Type | Description |
---|---|---|
$renderer | string | |
$content | \ezpContent | |
$controller |
Type | Description |
---|---|
\ezpRestContentProviderInterface |


getRenderer(
string $renderer, \ezpContent $content, $controller
)
:
bool | \ezpRestContentProviderInterface
static
Returns ezpRestContentProviderInterface object for given renderer and content
Parameters
Returns
Details
Name | Type | Description |
---|---|---|
$renderer | string | |
$content | \ezpContent | |
$controller |
Type | Description |
---|---|
bool | \ezpRestContentProviderInterface |
- Static