phpbb\textreparser\manager::__construct PHP Method

__construct() public method

Constructor
public __construct ( phpbb\config\config $config, phpbb\config\db_text $config_text, phpbb\di\service_collection $reparsers )
$config phpbb\config\config
$config_text phpbb\config\db_text
$reparsers phpbb\di\service_collection
    public function __construct(\phpbb\config\config $config, \phpbb\config\db_text $config_text, \phpbb\di\service_collection $reparsers)
    {
        $this->config = $config;
        $this->config_text = $config_text;
        $this->reparsers = $reparsers;
    }