FOF30\Database\Installer::__construct PHP Method

__construct() public method

Public constructor
public __construct ( JDatabaseDriver $db, string $directory )
$db JDatabaseDriver The database driver we're going to use to install the tables
$directory string The directory holding the XML schema update files
    public function __construct(JDatabaseDriver $db, $directory)
    {
        $this->db = $db;
        $this->xmlDirectory = $directory;
    }