Merge branch 'feature-39912/Room_planning_calendar' into feature-25999/C4_copy

This commit is contained in:
SimonGschnell
2024-09-11 13:54:45 +02:00
24 changed files with 873 additions and 184 deletions
+13
View File
@@ -146,6 +146,19 @@ class FHCAPI_Controller extends Auth_Controller
$this->returnObj['meta'][$key] = $value;
}
/**
* @param string $key
* @return mixed
*/
public function getMeta($key)
{
if (!isset($this->returnObj['meta']))
return null;
if (!isset($this->returnObj['meta'][$key]))
return null;
return $this->returnObj['meta'][$key];
}
/**
* @param string $status
* @return void