[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/db/migration/ -> 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: 75 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

exception:: (4 methods):
  __construct()
  __toString()
  getParameters()
  getLocalisedMessage()


Class: exception  - X-Ref

The migrator is responsible for applying new migrations in the correct order.

__construct()   X-Ref
Throw an exception.

First argument is the error message.
Additional arguments will be output with the error message.

__toString()   X-Ref
Output the error as a string

return: string

getParameters()   X-Ref
Get the parameters

return: array

getLocalisedMessage(\phpbb\user $user)   X-Ref
Get localised message (with $user->lang())

param: \phpbb\user $user
return: string



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