From: Niclas Berglind Date: Sat, 22 Mar 2014 13:14:35 +0000 (+0100) Subject: Corrected method desriptions in Dataset class. X-Git-Url: http://git.datanom.net/omvzfs.git/commitdiff_plain/43a6a77c7d796aa64c1c98aa0eb3dbdb5552bac7 Corrected method desriptions in Dataset class. Signed-off-by: Niclas Berglind --- diff --git a/src/Dataset.php b/src/Dataset.php index c766f4e..2adc60c 100644 --- a/src/Dataset.php +++ b/src/Dataset.php @@ -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, and . * @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 + * and * @access public */ public function getProperties() {