]>
git.datanom.net - omvzfs.git/blob - src/Dataset.php
4 * XXX detailed description
10 class OMVModuleZFSDataset
{
31 * @var string $mountPoint
39 * @var array $features
47 * Return name of the Dataset
49 * @return string $name
52 public function getName() {
62 public function getSize() {
63 trigger_error('Not Implemented!', E_USER_WARNING
);
72 public function getMountPoint() {
73 trigger_error('Not Implemented!', E_USER_WARNING
);
82 public function getFeatures() {
83 trigger_error('Not Implemented!', E_USER_WARNING
);
93 public function setFeatures($list) {
94 trigger_error('Not Implemented!', E_USER_WARNING
);
This page took 0.091268 seconds and 6 git commands to generate.