From a80a88d99cb102fad4a23d5ea5732d489e70eddf Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 6 Apr 2010 16:16:50 -0300 Subject: Enhanced config check --- classes/PhpIsisDb.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'classes/PhpIsisDb.php') diff --git a/classes/PhpIsisDb.php b/classes/PhpIsisDb.php index 82fe6db..65a7f38 100644 --- a/classes/PhpIsisDb.php +++ b/classes/PhpIsisDb.php @@ -78,6 +78,15 @@ class PhpIsisDb implements IsisDb { return SchemaDb::example(); } + /** + * Check configuration. + * + * @see IsisDb::check() + */ + public function check($schema, $section = NULL) { + return SchemaDb::check($schema, $section); + } + /** * Tag results of a db query. * -- cgit v1.2.3