* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb\textformatter; interface renderer_interface { /** * Render given text * * @param string $text Text, as parsed by something that implements \phpbb\textformatter\parser * @return string */ public function render($text); /** * Set the smilies' path * * @return null */ public function set_smilies_path($path); /** * Return the value of the "viewcensors" option * * @return bool Option's value */ public function get_viewcensors(); /** * Return the value of the "viewflash" option * * @return bool Option's value */ public function get_viewflash(); /** * Return the value of the "viewimg" option * * @return bool Option's value */ public function get_viewimg(); /** * Return the value of the "viewsmilies" option * * @return bool Option's value */ public function get_viewsmilies(); /** * Set the "viewcensors" option * * @param bool $value Option's value * @return null */ public function set_viewcensors($value); /** * Set the "viewflash" option * * @param bool $value Option's value * @return null */ public function set_viewflash($value); /** * Set the "viewimg" option * * @param bool $value Option's value * @return null */ public function set_viewimg($value); /** * Set the "viewsmilies" option * * @param bool $value Option's value * @return null */ public function set_viewsmilies($value); } alue='distro/mga2'>distro/mga2 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/insmod-modutils/include/obj.h
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-25 11:18:56 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-25 11:18:56 +0000
commit37bb7056aeac5fd75144590d154e8a7d05b8cb7a (patch)
treecee9d997f552a3471010a9448b284a42cab1567f /mdk-stage1/insmod-modutils/include/obj.h
parentc3bca0d4e81c9f38c3b3efd486640f03b1019c48 (diff)
downloaddrakx-backup-do-not-use-37bb7056aeac5fd75144590d154e8a7d05b8cb7a.tar
drakx-backup-do-not-use-37bb7056aeac5fd75144590d154e8a7d05b8cb7a.tar.gz
drakx-backup-do-not-use-37bb7056aeac5fd75144590d154e8a7d05b8cb7a.tar.bz2
drakx-backup-do-not-use-37bb7056aeac5fd75144590d154e8a7d05b8cb7a.tar.xz
drakx-backup-do-not-use-37bb7056aeac5fd75144590d154e8a7d05b8cb7a.zip
handle both old device name and new devfs name
Diffstat (limited to 'mdk-stage1/insmod-modutils/include/obj.h')
0 files changed, 0 insertions, 0 deletions