[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/exception/ -> http_exception.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 70 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

http_exception:: (3 methods):
  __construct()
  getStatusCode()
  getHeaders()


Class: http_exception  - X-Ref

Class http_exception

__construct($status_code, $message = "", array $parameters = array()   X-Ref
Constructor

param: integer        $status_code    The http status code.
param: string        $message        The Exception message to throw (must be a language variable).
param: array            $parameters        The parameters to use with the language var.
param: \Exception    $previous        The previous exception used for the exception chaining.
param: array            $headers        Additional headers to set in the response.
param: integer        $code            The Exception code.

getStatusCode()   X-Ref
{@inheritdoc}


getHeaders()   X-Ref
{@inheritdoc}




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1