phpbb\cron\task\text_reparser\reparser::__construct PHP Method

__construct() public method

Constructor
public __construct ( phpbb\config\config $config, phpbb\config\db_text $config_text, phpbb\lock\db $reparse_lock, manager $reparser_manager, phpbb\di\service_collection $reparsers )
$config phpbb\config\config
$config_text phpbb\config\db_text
$reparse_lock phpbb\lock\db
$reparser_manager phpbb\textreparser\manager
$reparsers phpbb\di\service_collection
    public function __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)
    {
        $this->config = $config;
        $this->config_text = $config_text;
        $this->reparse_lock = $reparse_lock;
        $this->reparser_manager = $reparser_manager;
        $this->reparsers = $reparsers;
    }