Use interfaces instead of inheritences to autoload Thrift, to avoid restricting class...
authorChuck Hagenbuch <chuck@horde.org>
Sun, 30 May 2010 19:01:58 +0000 (15:01 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 30 May 2010 19:01:58 +0000 (15:01 -0400)
framework/Scribe/lib/Horde/Scribe.php
framework/Thrift/lib/Horde/Thrift.php

index 1638826..06aa287 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Fake class to autoload Scribe and required Thrift classes
  */
-class Horde_Scribe extends Horde_Thrift
+interface Horde_Scribe extends Horde_Thrift
 {
 }
 
index 8e54422..487135b 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Fake class to autoload generated Thrift code
  */
-class Horde_Thrift
+interface Horde_Thrift
 {
 }