diff options
Diffstat (limited to 'classes/PhpIsisDb.php')
-rw-r--r-- | classes/PhpIsisDb.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/classes/PhpIsisDb.php b/classes/PhpIsisDb.php index 82fe6db..65a7f38 100644 --- a/classes/PhpIsisDb.php +++ b/classes/PhpIsisDb.php @@ -79,6 +79,15 @@ class PhpIsisDb implements IsisDb { } /** + * Check configuration. + * + * @see IsisDb::check() + */ + public function check($schema, $section = NULL) { + return SchemaDb::check($schema, $section); + } + + /** * Tag results of a db query. * * This function converts the keys of query result from field |