summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorChristoph Schulthess2017-02-21 10:13:51 +0100
committerChristoph Schulthess2017-02-21 10:13:51 +0100
commit758f55e901d46184003e79fed389d0d4d4e00d6b (patch)
tree09784d6a5884a777f480f7dfd15c5415b5122f5d /inc
parentworking on taskstatus (diff)
downloadslx-admin-758f55e901d46184003e79fed389d0d4d4e00d6b.tar.gz
slx-admin-758f55e901d46184003e79fed389d0d4d4e00d6b.tar.xz
slx-admin-758f55e901d46184003e79fed389d0d4d4e00d6b.zip
mhpf
Diffstat (limited to 'inc')
-rw-r--r--inc/property.inc.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/inc/property.inc.php b/inc/property.inc.php
index dc11d88c..636a2bce 100644
--- a/inc/property.inc.php
+++ b/inc/property.inc.php
@@ -200,4 +200,14 @@ class Property
{
return self::set('remote-debug-config', json_encode($value));
}
+
+ public static function getDebugTaskStruct()
+ {
+ return json_decode(self::get('debug-task-struct'), true);
+ }
+
+ public static function setDebugTaskStruct($value)
+ {
+ return self::set('debug-task-struct'), json_encode($value));
+ }
}