[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/phpbb/textformatter/ -> acp_utils_interface.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: 54 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

acp_utils_interface:: (1 method):
  analyse_bbcode()


Interface: acp_utils_interface  - X-Ref

analyse_bbcode(string $definition, string $template)   X-Ref
Analyse given BBCode definition for issues and safeness

Required elements in the return array:
- status: see BBCODE_STATUS_* constants

Optional elements in the return array:
- name:       Name of the BBCode based on the definition. Required if status is "safe".
- error_text: Textual description of the issue in plain text or as a L_* string.
- error_html: Visual description of the issue in HTML.

return: array
param: string $definition BBCode definition, e.g. [b]{TEXT}[/b]
param: string $template   BBCode template, e.g. <b>{TEXT}</b>



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1