RelationCleanup
class RelationCleanup (View source)
Set of functions used for cleaning up phpMyAdmin tables
Methods
void
column(string $db, string $table, string $column)
Cleanup column related relation stuff
void
table(string $db, string $table)
Cleanup table related relation stuff
void
database(string $db)
Cleanup database related relation stuff
void
user(string $username)
Cleanup user related relation stuff
Details
__construct(DatabaseInterface $dbi, Relation $relation)
No description
void
column(string $db, string $table, string $column)
Cleanup column related relation stuff
void
table(string $db, string $table)
Cleanup table related relation stuff
void
database(string $db)
Cleanup database related relation stuff
void
user(string $username)
Cleanup user related relation stuff