[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/avatar/driver/ -> driver.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: 152 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  __construct()
  get_custom_html()
  prepare_form_acp()
  delete()
  get_name()
  get_config_name()
  get_acp_template_name()
  set_name()

Functions
Functions that are not part of a class:

__construct(\phpbb\config\config $config, \FastImageSize\FastImageSize $imagesize, $phpbb_root_path, $php_ext, \phpbb\path_helper $path_helper, \phpbb\cache\driver\driver_interface $cache = null)   X-Ref
Construct a driver object

param: \phpbb\config\config $config phpBB configuration
param: \FastImageSize\FastImageSize $imagesize FastImageSize class
param: string $phpbb_root_path Path to the phpBB root
param: string $php_ext PHP file extension
param: \phpbb\path_helper $path_helper phpBB path helper
param: \phpbb\cache\driver\driver_interface $cache Cache driver

get_custom_html($user, $row, $alt = '')   X-Ref
{@inheritdoc}


prepare_form_acp($user)   X-Ref
{@inheritdoc}


delete($row)   X-Ref
{@inheritdoc}


get_name()   X-Ref
{@inheritdoc}


get_config_name()   X-Ref
{@inheritdoc}


get_acp_template_name()   X-Ref
{@inheritdoc}


set_name($name)   X-Ref
Sets the name of the driver.

param: string    $name Driver name



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1