phpbb\convert\convertor::__construct PHP Method

__construct() public method

Constructor
public __construct ( phpbb\template\template $template, phpbb\install\controller\helper $controller_helper )
$template phpbb\template\template
$controller_helper phpbb\install\controller\helper
    public function __construct(template $template, helper $controller_helper)
    {
        global $convert, $phpbb_filesystem;
        $this->template = $template;
        $this->filesystem = $phpbb_filesystem;
        $this->controller_helper = $controller_helper;
        $convert = new convert($this);
    }