X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/63617ac219787335b77eb40d276b41546420c763..b76f4e1734bec3862fa9326982e50386e7a6b6c1:/src/Dataset.php diff --git a/src/Dataset.php b/src/Dataset.php index 8cf2802..c620e8a 100644 --- a/src/Dataset.php +++ b/src/Dataset.php @@ -10,12 +10,12 @@ class OMVModuleZFSDataset { // Attributes /** - * XXX + * Name of Dataset * * @var string $name * @access private */ - private $_name; + private $name; /** * XXX @@ -44,13 +44,13 @@ class OMVModuleZFSDataset { // Associations // Operations /** - * XXX + * Return name of the Dataset * - * @return string XXX + * @return string $name * @access public */ public function getName() { - trigger_error('Not Implemented!', E_USER_WARNING); + return $this->name; } /** @@ -90,7 +90,7 @@ class OMVModuleZFSDataset { * @return void XXX * @access public */ - public function setFeatures($list) { + public function setFeatures($list) { trigger_error('Not Implemented!', E_USER_WARNING); }