[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/feed/ -> base.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: 296 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 14 functions

  __construct()
  set_keys()
  open()
  close()
  set()
  get()
  get_readable_forums()
  get_moderator_approve_forums()
  is_moderator_approve_forum()
  get_excluded_forums()
  is_excluded_forum()
  get_passworded_forums()
  get_item()
  user_viewprofile()

Functions
Functions that are not part of a class:

__construct(\phpbb\feed\helper $helper,\phpbb\config\config $config,\phpbb\db\driver\driver_interface $db,\phpbb\cache\driver\driver_interface $cache,\phpbb\user $user,\phpbb\auth\auth $auth,\phpbb\content_visibility $content_visibility,\phpbb\event\dispatcher_interface $phpbb_dispatcher,$phpEx)   X-Ref
Constructor

param: \phpbb\feed\helper                    $helper        Feed helper
param: \phpbb\config\config                $config        Config object
param: \phpbb\db\driver\driver_interface    $db            Database connection
param: \phpbb\cache\driver\driver_interface    $cache    Cache object
param: \phpbb\user                        $user        User object
param: \phpbb\auth\auth                    $auth        Auth object
param: \phpbb\content_visibility            $content_visibility        Content visibility object
param: \phpbb\event\dispatcher_interface    $phpbb_dispatcher        Event dispatcher object
param: string                                $phpEx        php file extension

set_keys()   X-Ref
Set keys.


open()   X-Ref
Open feed


close()   X-Ref
Close feed


set($key, $value)   X-Ref
Set key

param: string $key Key
param: mixed $value Value

get($key)   X-Ref
Get key

param: string $key Key
return: mixed

get_readable_forums()   X-Ref
No description

get_moderator_approve_forums()   X-Ref
No description

is_moderator_approve_forum($forum_id)   X-Ref
No description

get_excluded_forums()   X-Ref
No description

is_excluded_forum($forum_id)   X-Ref
No description

get_passworded_forums()   X-Ref
No description

get_item()   X-Ref
No description

user_viewprofile($row)   X-Ref
No description



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1