kernel/private/rest/classes/interfaces/view_controller.php
File containing ezpRestViewControllerInterface
- 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
\ezpRestViewControllerInterface
Package: kernel
File containing ezpRestViewControllerInterface
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Methods


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