]> git.datanom.net - omvzfs.git/blobdiff - src/Vdev.php
Fix bug in comment
[omvzfs.git] / src / Vdev.php
index d6c0047fe87da15227ce156c23df4c931898f63e..bdaab9cd4c1a3ebc95cf364be7084c5f651e2806 100644 (file)
@@ -29,7 +29,7 @@ class OMVModuleZFSVdev {
     private $pool;
 
     /**
-     * Array holding disks
+     * This vdev type
      *
      * @var    OMVModuleZFSVdevType $type Vdev type
      * @access private
@@ -42,6 +42,7 @@ class OMVModuleZFSVdev {
         * Constructor
         *
         * @param $pool pool this mirror belongs to
+     * @throws OMVModuleZFSException
         */
 
        public function __construct($pool, OMVModuleZFSVdevType $type, array $disks) {
@@ -188,6 +189,16 @@ class OMVModuleZFSVdev {
         return $pool;
     }
 
+    /**
+     * Get type
+     *
+     * @return OMVModuleZFSVdevType
+     * @access public
+     */
+    public function getType() {
+        return $type;
+    }
+
 }
 
 ?>
This page took 0.028994 seconds and 5 git commands to generate.