[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/console/command/cache/ -> purge.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: 91 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

purge:: (3 methods):
  __construct()
  configure()
  execute()


Class: purge  - X-Ref

__construct(\phpbb\user $user, \phpbb\cache\driver\driver_interface $cache, \phpbb\db\driver\driver_interface $db, \phpbb\auth\auth $auth, \phpbb\log\log_interface $log, \phpbb\config\config $config)   X-Ref
Constructor

param: \phpbb\user                            $user    User instance
param: \phpbb\cache\driver\driver_interface    $cache    Cache instance
param: \phpbb\db\driver\driver_interface        $db        Database connection
param: \phpbb\auth\auth                        $auth    Auth instance
param: \phpbb\log\log_interface                $log    Logger instance
param: \phpbb\config\config                    $config    Config instance

configure()   X-Ref
{@inheritdoc}


execute(InputInterface $input, OutputInterface $output)   X-Ref
Executes the command cache:purge.

Purge the cache (including permissions) and increment the asset_version number

param: InputInterface  $input  An InputInterface instance
param: OutputInterface $output An OutputInterface instance
return: void



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1