kernel/private/rest/classes/interfaces/content_renderer.php
File containing the ezpRestContentRendererInterface interface
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\ezpRestContentRendererInterface
Package: kernel
File containing the ezpRestContentRendererInterface interface
- Children
- \ezpContentXHTMLRenderer
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Properties
Methods


__construct(
\ezpContent $content, $controller
)
:
void
abstract
Creates an instance of a ezpRestContentRendererInterface for given content
Parameters
Details
Name | Type | Description |
---|---|---|
$content | \ezpContent | |
$controller |
- Abstract