diff options
author | Mario <mario@mariovavti.com> | 2024-04-17 07:36:49 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-04-17 07:36:49 +0000 |
commit | 1ca91c49aaa8565f9d97e2e354fa6851179ca4d8 (patch) | |
tree | 044c6363262f0040263acded71d941104eea384d /include/connections.php | |
parent | 7de629a8c325a02a62e43b3ad357feaac844564a (diff) | |
download | volse-hubzilla-1ca91c49aaa8565f9d97e2e354fa6851179ca4d8.tar.gz volse-hubzilla-1ca91c49aaa8565f9d97e2e354fa6851179ca4d8.tar.bz2 volse-hubzilla-1ca91c49aaa8565f9d97e2e354fa6851179ca4d8.zip |
add some docu
Diffstat (limited to 'include/connections.php')
-rw-r--r-- | include/connections.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/connections.php b/include/connections.php index e5cc90411..efc531171 100644 --- a/include/connections.php +++ b/include/connections.php @@ -68,6 +68,14 @@ function rconnect_url($channel_id,$xchan) { } +/** + * @brief returns deliverable xchans for a channel. + * + * @param intval $channel_id + * @param array $filter (optional) + * @param boolean $flatten (optional) + */ + function deliverable_abook_xchans($channel_id, $filter = [], $flatten = true) { $filter_sql = ''; |