[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/console/command/reparser/ -> reparse.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: 250 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 includes/functions_content.php

Defines 1 class

reparse:: (5 methods):
  __construct()
  configure()
  execute()
  get_option()
  reparse()


Class: reparse  - X-Ref

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

param: \phpbb\user $user
param: \phpbb\lock\db $reparse_lock
param: \phpbb\textreparser\manager $reparser_manager
param: \phpbb\di\service_collection $reparsers

configure()   X-Ref
Sets the command name and description

return: null

execute(InputInterface $input, OutputInterface $output)   X-Ref
Executes the command reparser:reparse

param: InputInterface $input
param: OutputInterface $output
return: integer

get_option($option_name)   X-Ref
Get an option value, adjusted for given reparser

Will use the last saved value if --resume is set and the option was not specified
on the command line

param: string  $option_name   Option name
return: integer

reparse($name)   X-Ref
Reparse all text handled by given reparser within given range

param: string $name Reparser service name



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