Flintstone\Database::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $name, Config $config = null )
$name string
$config Config
    public function __construct($name, Config $config = null)
    {
        $this->setName($name);
        if ($config) {
            $this->setConfig($config);
        }
    }