Merge branch 'annotationsAPI' of https://github.com/foliengriller/Froxlor into foliengriller-annotationsAPI

This commit is contained in:
Michael Kaufmann
2019-04-26 12:23:58 +02:00
20 changed files with 90 additions and 90 deletions

View File

@@ -44,7 +44,7 @@ class DirOptions extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\Resourc
*
* @access admin, customer
* @throws \Exception
* @return array
* @return string json-encoded array
*/
public function add()
{
@@ -139,7 +139,7 @@ class DirOptions extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\Resourc
*
* @access admin, customer
* @throws \Exception
* @return array
* @return string json-encoded array
*/
public function get()
{
@@ -214,7 +214,7 @@ class DirOptions extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\Resourc
*
* @access admin, customer
* @throws \Exception
* @return array
* @return string json-encoded array
*/
public function update()
{
@@ -288,7 +288,7 @@ class DirOptions extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\Resourc
*
* @access admin, customer
* @throws \Exception
* @return array count|list
* @return string json-encoded array count|list
*/
public function listing()
{
@@ -321,7 +321,7 @@ class DirOptions extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\Resourc
*
* @access admin, customer
* @throws \Exception
* @return array
* @return string json-encoded array
*/
public function delete()
{