eZ\Publish\Core\REST\Server\Values\DeletedUserSession::__construct PHP Method

__construct() public method

public __construct ( Response $response )
$response Symfony\Component\HttpFoundation\Response
    public function __construct(Response $response)
    {
        $this->response = $response;
    }
DeletedUserSession