class Validation

Methods

static 
validateKey(string $key)

Validate the key.

static 
validateDatabaseName(string $name)

Check the database name is valid.

Details

at line 14
static validateKey(string $key)

Validate the key.

Parameters

string $key

Exceptions

Exception

at line 28
static validateDatabaseName(string $name)

Check the database name is valid.

Parameters

string $name

Exceptions

Exception