PHP Class eZ\Publish\Core\REST\Server\Values\DeletedUserSession

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$response Symfony\Component\HttpFoundation\Response Response generated by RestAuthenticator.

Public Methods

Method Description
__construct ( Response $response )

Method Details

__construct() public method

public __construct ( Response $response )
$response Symfony\Component\HttpFoundation\Response

Property Details

$response public property

Response generated by RestAuthenticator.
See also: eZ\Publish\Core\MVC\Symfony\Security\Authentication\AuthenticatorInterface::logout()
public Response,Symfony\Component\HttpFoundation $response
return Symfony\Component\HttpFoundation\Response