phpbb\language\language_file_loader::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $phpbb_root_path, string $php_ext )
$phpbb_root_path string Path to phpBB's root
$php_ext string Extension of PHP files
    public function __construct($phpbb_root_path, $php_ext)
    {
        $this->phpbb_root_path = $phpbb_root_path;
        $this->php_ext = $php_ext;
        $this->extension_manager = null;
    }