[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
VigLink extension for the phpBB Forum Software package.
Copyright: | (c) 2014 phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 147 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
viglink_helper:: (4 methods):
__construct()
set_viglink_services()
set_viglink_configs()
log_viglink_error()
Class: viglink_helper - X-Ref
Class to handle allowing or disallowing VigLink services__construct(\phpbb\cache\driver\driver_interface $cache, \phpbb\config\config $config, \phpbb\file_downloader $file_downloader, \phpbb\language\language $language, \phpbb\log\log $log, \phpbb\user $user) X-Ref |
Constructor param: \phpbb\cache\driver\driver_interface $cache param: \phpbb\config\config $config param: \phpbb\file_downloader $file_downloader param: \phpbb\language\language $language param: \phpbb\log\log $log param: \phpbb\user $user |
set_viglink_services($force_update = false, $force_cache = false) X-Ref |
Obtains the latest VigLink services information from phpBB param: bool $force_update Ignores cached data. Defaults to false. param: bool $force_cache Force the use of the cache. Override $force_update. return: void |
set_viglink_configs($data) X-Ref |
Sets VigLink service configs as determined by phpBB param: array $data Array of VigLink file data. return: void |
log_viglink_error($message) X-Ref |
Log a VigLink error message to the error log param: string $message The error message |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |