[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
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: | 92 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
renderer_interface:: (10 methods):
render()
set_smilies_path()
get_viewcensors()
get_viewflash()
get_viewimg()
get_viewsmilies()
set_viewcensors()
set_viewflash()
set_viewimg()
set_viewsmilies()
Interface: renderer_interface - X-Ref
render($text) X-Ref |
Render given text param: string $text Text, as parsed by something that implements \phpbb\textformatter\parser return: string |
set_smilies_path($path) X-Ref |
Set the smilies' path return: null |
get_viewcensors() X-Ref |
Return the value of the "viewcensors" option return: bool Option's value |
get_viewflash() X-Ref |
Return the value of the "viewflash" option return: bool Option's value |
get_viewimg() X-Ref |
Return the value of the "viewimg" option return: bool Option's value |
get_viewsmilies() X-Ref |
Return the value of the "viewsmilies" option return: bool Option's value |
set_viewcensors($value) X-Ref |
Set the "viewcensors" option param: bool $value Option's value return: null |
set_viewflash($value) X-Ref |
Set the "viewflash" option param: bool $value Option's value return: null |
set_viewimg($value) X-Ref |
Set the "viewimg" option param: bool $value Option's value return: null |
set_viewsmilies($value) X-Ref |
Set the "viewsmilies" option param: bool $value Option's value return: null |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |