PHP Class jClassicRequest

Author: Laurent Jouanneau
Inheritance: extends jRequest
Show file Open project: jelix/jelix

Public Properties

Property Type Description
$defaultResponseType
$type

Public Methods

Method Description
getErrorResponse ( $currentResponse ) : jResponse
isAllowedResponse ( jResponse $response ) : boolean

Protected Methods

Method Description
_initParams ( )

Method Details

_initParams() protected method

protected _initParams ( )

getErrorResponse() public method

public getErrorResponse ( $currentResponse ) : jResponse
return jResponse

isAllowedResponse() public method

public isAllowedResponse ( jResponse $response ) : boolean
$response jResponse the response
return boolean true if the given class is allowed for the current request

Property Details

$defaultResponseType public property

public $defaultResponseType

$type public property

public $type