]> git.datanom.net - omvzfs.git/commitdiff
Corrected method desriptions in Dataset class.
authorNiclas Berglind <nb@kjam.se>
Sat, 22 Mar 2014 13:14:35 +0000 (14:14 +0100)
committerMichael Rasmussen <mir@datanom.net>
Tue, 25 Mar 2014 00:05:53 +0000 (01:05 +0100)
Signed-off-by: Niclas Berglind <nb@kjam.se>
src/Dataset.php

index c766f4e699ce2619a982d2df22a4bfc60e9b75b1..2adc60c688902baa68c5d4f155701fe0aeb5465f 100644 (file)
@@ -109,9 +109,10 @@ class OMVModuleZFSDataset {
 
        /**
         * Get a single property value associated with the Dataset
-        *
+        * 
         * @param string $property Name of the property to fetch
-        * @return array The returned array key 0=property value and key 1=property source.
+        * @return array The returned array with the property. The property is an associative array with
+        * two elements, <value> and <source>.
         * @access public
         */
        public function getProperty($property) {
@@ -119,11 +120,10 @@ class OMVModuleZFSDataset {
        }
 
        /**
-        * Get an associative array of all properties associated with the Dataset.
-        *
-        * @return array $properties Each entry is an array where key 0=property value and key
-        * 1=property source.
-        *
+        * Get an associative array of all properties associated with the Snapshot
+        * 
+        * @return array $properties Each entry is an associative array with two elements
+        * <value> and <source>
         * @access public
         */
        public function getProperties() {
This page took 0.031511 seconds and 5 git commands to generate.