add method to get the object's share driver.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 19 May 2010 19:28:22 +0000 (15:28 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 19 May 2010 19:28:22 +0000 (15:28 -0400)
framework/Share/lib/Horde/Share/Object.php

index 6fb3498..fd6a2cc 100644 (file)
@@ -43,6 +43,16 @@ class Horde_Share_Object
     }
 
     /**
+     * Obtain this object's share driver.
+     *
+     * @return Horde_Share  The share driver.
+     */
+    public function getShareOb()
+    {
+        return $this->_shareOb;
+    }
+
+    /**
      * Sets an attribute value in this object.
      *
      * @param string $attribute  The attribute to set.