kernel/private/rest/classes/mvc_configuration.php

Show: inherited
Table of Contents

File containing Mvc configuration

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  

\ezpMvcConfiguration

Package: kernel

File containing Mvc configuration

Parent(s)
?\ezcMvcDispatcherConfiguration
Copyright
Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.  
License
eZ Business Use License Agreement Version 2.0  
Version
4.6.0  

Constants

Constant  FILTER_TYPE_PREROUTING = 'PreRouting'
Constant  FILTER_TYPE_REQUEST = 'Request'
Constant  FILTER_TYPE_RESULT = 'Result'
Constant  FILTER_TYPE_RESPONSE = 'Response'
Constant  INDEX_FILE = 'index_rest.php'

Properties

Propertypublicstring  $apiPrefix= ''

The path prefix for signifying HTTP calls to the REST interface. Can be empty in case of an api host.
Details
Type
string

Methods

methodpublic__construct( ) : void

methodpubliccreateFatalRedirectRequest(  $request,  $result,  $e ) : void

Parameters
Name Type Description
$request
$result
$e
methodpubliccreateRequestParser( ) : void

methodpubliccreateResponseWriter(  $routeInfo,  $request,  $result,  $response ) : void

Parameters
Name Type Description
$routeInfo
$request
$result
$response
methodpubliccreateRouter(  $request ) : void

Parameters
Name Type Description
$request
methodpubliccreateView(  $routeInfo,  $request,  $result ) : void

Parameters
Name Type Description
$routeInfo
$request
$result
methodprotectedhandleFilterException(  $request,  $e ) : void

Parameters
Name Type Description
$request
$e
methodprotectedrunCustomFilters(  $type,  $filterParams ) : void

Parameters
Name Type Description
$type
$filterParams
methodpublicrunPreRoutingFilters(  $request ) : void

Parameters
Name Type Description
$request
methodpublicrunRequestFilters(  $routeInfo,  $request ) : void

Parameters
Name Type Description
$routeInfo
$request
methodpublicrunResponseFilters(  $routeInfo,  $request,  $result,  $response ) : void

Parameters
Name Type Description
$routeInfo
$request
$result
$response
methodpublicrunResultFilters(  $routeInfo,  $request,  $result ) : void

Parameters
Name Type Description
$routeInfo
$request
$result
Documentation was generated by DocBlox 0.18.1.