[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/cron/task/text_reparser/ -> reparser.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: 168 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

reparser:: (5 methods):
  __construct()
  set_reparser()
  is_runnable()
  should_run()
  run()


Class: reparser  - X-Ref

Reparse text cron task

__construct(\phpbb\config\config $config, \phpbb\config\db_text $config_text, \phpbb\lock\db $reparse_lock, \phpbb\textreparser\manager $reparser_manager, \phpbb\di\service_collection $reparsers)   X-Ref
Constructor

param: \phpbb\config\config            $config
param: \phpbb\config\db_text            $config_text
param: \phpbb\lock\db                $reparse_lock
param: \phpbb\textreparser\manager    $reparser_manager
param: \phpbb\di\service_collection    $reparsers

set_reparser($reparser)   X-Ref
Sets the reparser for this cron task

param: string    $reparser

is_runnable()   X-Ref
{@inheritdoc}


should_run()   X-Ref
{@inheritdoc}


run()   X-Ref
{@inheritdoc}




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