Create more documentation (#7627)

* Documentation, format class, no modification.
This commit is contained in:
frytimo
2025-11-18 21:33:07 -04:00
committed by GitHub
parent e619c97ce6
commit adfc4cc469
104 changed files with 24461 additions and 21721 deletions

View File

@@ -66,7 +66,9 @@
private $domain_name;
/**
* Called when the object is created
* Initializes the object with domain and user UUIDs, domain name, and database objects.
*
* @param array $setting_array An optional array containing settings for this object. Defaults to an empty array.
*/
public function __construct(array $setting_array = []) {
//set domain and user UUIDs
@@ -83,7 +85,10 @@
}
/**
* Get the call activity
* Handles the call activity by retrieving extensions and their user status,
* sending a command to retrieve active calls, and building a response array.
*
* @return mixed The response array containing extension details and active call information.
*/
public function call_activity() {