From 155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e Mon Sep 17 00:00:00 2001
From: Nils Schwabe
Date: Wed, 4 Jun 2014 14:27:03 +0200
Subject: Add webinterface with functionallity
---
management-interface/lib/api/classRegistry.html | 201 ++++++++++++++++++++++++
1 file changed, 201 insertions(+)
create mode 100644 management-interface/lib/api/classRegistry.html
(limited to 'management-interface/lib/api/classRegistry.html')
diff --git a/management-interface/lib/api/classRegistry.html b/management-interface/lib/api/classRegistry.html
new file mode 100644
index 0000000..773fd18
--- /dev/null
+++ b/management-interface/lib/api/classRegistry.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+
Container for singular object instances.
+ More...
+
+ |
+| static | exists ($key) |
+| |
+| static | set ($key, $obj) |
+| |
+| static | get ($key) |
+| |
+| static | clear ($key) |
+| |
+
+
+
Container for singular object instances.
+
+
+
+
+
+
+
+
+
+ | static Registry::clear |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+ |
+
+static |
+
+
+
+
Delete object from catalog
+
- Returns
- NULL
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | static Registry::exists |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+ |
+
+static |
+
+
+
+
Return TRUE if object exists in catalog
+
- Returns
- bool
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | static Registry::get |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+ |
+
+static |
+
+
+
+
Retrieve object from catalog
+
- Returns
- object
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | static Registry::set |
+ ( |
+ |
+ $key, |
+
+
+ |
+ |
+ |
+ $obj |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+static |
+
+
+
+
Add object to catalog
+
- Returns
- object
+
- Parameters
-
+
+ | $key | string |
+ | $obj | object |
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
--
cgit v1.2.3-55-g7522