kernel/private/rest/classes/interfaces/view_controller.php
\ezpRestViewControllerInterface
Package: Default
File containing ezpRestViewControllerInterface
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Proprietary Use License v1.0
Methods

loadView(
\ezcMvcRoutingInformation $routeInfo, \ezcMvcRequest $request, \ezcMvcResult $result
)
:
\ezcMvcViewCreates a view required by controller's result
Parameters
Returns
Details
| Name | Type | Description |
|---|---|---|
| $routeInfo | \ezcMvcRoutingInformation | |
| $request | \ezcMvcRequest | |
| $result | \ezcMvcResult |
| Type | Description |
|---|---|
| \ezcMvcView |
- Abstract