Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Connection setDatabase() and getVersion() methods #68

Closed
mwhitneysdsu opened this issue May 6, 2016 · 1 comment
Closed

Database Connection setDatabase() and getVersion() methods #68

mwhitneysdsu opened this issue May 6, 2016 · 1 comment
Milestone

Comments

@mwhitneysdsu
Copy link
Contributor

In the BaseConnection and MySQLi\Connection, setDatabase() and getVersion() are missing their access/visibility keywords:

abstract function setDatabase(string $databaseName);
abstract function getVersion();

function setDatabase(string $databaseName)
{
}

function getVersion()
{
}

I would assume they should be public, but I figured I'd call it out just in case.

@lonnieezell
Copy link
Member

Correct. Those were the results of simply porting the functions over.

@lonnieezell lonnieezell added this to the Phase 1 milestone May 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants