setup

Setup Class provided by System to execute QIs defining sql files to be setup on the database

package

SYSTEM\SQL

Methods

Check if a given QI classname is a valid QI

check_qi(string $qi) : boolean
static

Arguments

$qi

string

Classname of the QI

Response

boolean

Returns true or false.

Execute all registered QIs installing the Database

install() : array
static

Response

array

Returns array with scripts executed and their results.

Register a given QI classname

register(string $qi) : null
static

Arguments

$qi

string

Classname of the QI

Response

null

Returns null.

Properties

array Registered QIs to be executed on setup

qis : 
static

Type(s)