From: Vincent Vanwaelscappel Date: Thu, 20 Mar 2025 09:58:51 +0000 (+0100) Subject: wip #7406 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=69d3a0f9ecd8662a07ba691b29f95f7133c28ed2;p=cubist_util.git wip #7406 @1 --- diff --git a/src/CommandLine/Owncloud.php b/src/CommandLine/Owncloud.php new file mode 100644 index 0000000..40d61e7 --- /dev/null +++ b/src/CommandLine/Owncloud.php @@ -0,0 +1,24 @@ +setArg(null, 'user:list'); + $this->setArg('i'); + $this->setArg('output', 'json'); + $this->execute(); + + return json_decode($this->output); + } +} \ No newline at end of file