From 2830e7d1be0f69c2354d87deb57146f0ab46b4d0 Mon Sep 17 00:00:00 2001 From: Trismegiste Date: Sat, 11 May 2013 19:33:36 +0200 Subject: [PATCH] first, the todos for fixing the pattern --- Adapter/Adapter.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Adapter/Adapter.php b/Adapter/Adapter.php index 3ecb4ed..85b9385 100644 --- a/Adapter/Adapter.php +++ b/Adapter/Adapter.php @@ -21,6 +21,10 @@ interface DatabaseAdapter class MySQL implements DatabaseAdapter { + /** + * The Adapter need to wrap the Adaptee in the constructor + * much like Decorator does. Nothing is adapted here... + */ public function getTables() { return $this->select('SHOW TABLES');