summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/irodsphp/prods/src/RODSMeta.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/irodsphp/prods/src/RODSMeta.class.php')
-rw-r--r--apps/files_external/3rdparty/irodsphp/prods/src/RODSMeta.class.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/files_external/3rdparty/irodsphp/prods/src/RODSMeta.class.php b/apps/files_external/3rdparty/irodsphp/prods/src/RODSMeta.class.php
deleted file mode 100644
index 55d48af19d2..00000000000
--- a/apps/files_external/3rdparty/irodsphp/prods/src/RODSMeta.class.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class RODSMeta
-{
- public $name;
- public $value;
- public $units;
- public $id;
- public $op;
-
- public function __construct($name, $value, $units = NULL, $id = NULL, $op = "=")
- {
- $this->name = $name;
- $this->value = $value;
- $this->units = $units;
- $this->id = $id;
- $this->op = $op;
- }
-
-}
- \ No newline at end of file