mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Create more documentation (#7627)
* Documentation, format class, no modification.
This commit is contained in:
@@ -44,8 +44,10 @@
|
||||
//declared functions
|
||||
/**
|
||||
* Checks if a dialplan detail record is marked for deletion
|
||||
*
|
||||
* @param string $uuid UUID of the dialplan detail record
|
||||
* @param array $deleted_details array of dialplan detail records marked for deletion
|
||||
* @param array $deleted_details array of dialplan detail records marked for deletion
|
||||
*
|
||||
* @return bool Returns true if user has permission and dialplan detail is marked for deletion
|
||||
*/
|
||||
function marked_for_deletion(string $uuid, array $deleted_details): bool {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user