summaryrefslogtreecommitdiffstatshomepage
path: root/services/servicefactory.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-21 11:02:01 +0000
committerGravatar mensonge2008-11-21 11:02:01 +0000
commit5db18a09c4eca4560c117f0b4dcd85d75e7139f2 (patch)
tree1fe739924ac56bebd2bf545f383aa1e0094a0b18 /services/servicefactory.php
parent3c181054dbe60467cc744c447010f525a862c26e (diff)
downloadscuttle-5db18a09c4eca4560c117f0b4dcd85d75e7139f2.tar.gz
scuttle-5db18a09c4eca4560c117f0b4dcd85d75e7139f2.zip
Refactoring: improve defined and imported functions
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@169 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'services/servicefactory.php')
-rw-r--r--services/servicefactory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/servicefactory.php b/services/servicefactory.php
index 9d50841..7ff7f22 100644
--- a/services/servicefactory.php
+++ b/services/servicefactory.php
@@ -1,4 +1,6 @@
<?php
+/* Build services */
+
class ServiceFactory {
function ServiceFactory(&$db, $serviceoverrules = array()) {
}