From 7bb2e25ea030b7c32d35766631d85ac24b192f11 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Feb 2015 13:04:31 -0800 Subject: missing param --- doc/html/conversation_8php.html | 153 +++++++++++++++++++++++++++------------- 1 file changed, 105 insertions(+), 48 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 375598135..2406136dc 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -128,9 +128,9 @@ Functions    item_photo_menu ($item)   - like_puller ($a, $item, &$arr, $mode) - Returns a like/dislike entry. It gives back a HTML link to the channel that liked/disliked. More...
-  + builtin_activity_puller ($item, &$conv_responses) + Checks item to see if it is one of the builtin activities (like/dislike, event attendance, consensus items, etc.) Increments the count of each matching activity and adds a link to the author as needed. More...
+   format_like ($cnt, $arr, $type, $id)    status_editor ($a, $x, $popup=false) @@ -161,6 +161,10 @@ Functions    profile_tabs ($a, $is_owner=False, $nickname=Null)   + get_responses ($conv_responses, $response_verbs, $ob, $item) +  + get_response_button_text ($v, $count) + 

Function Documentation

@@ -205,6 +209,45 @@ Functions

Referenced by conversation().

+ + + +
+
+ + + + + + + + + + + + + + + + + + +
builtin_activity_puller ( $item,
$conv_responses 
)
+
+ +

Checks item to see if it is one of the builtin activities (like/dislike, event attendance, consensus items, etc.) Increments the count of each matching activity and adds a link to the author as needed.

+
Parameters
+ + + + +
array$a(not used)
array$item
array&$conv_responses(already created with builtin activity structure)
+
+
+
Returns
void
+ +

Referenced by conversation().

+
@@ -419,61 +462,59 @@ Functions - +
- + - - + -
item_extract_images get_response_button_text (  $body)$v,
-
- -
-
- -
-
- - - + + - + + + + +
item_photo_menu (  $item)$count 
)
-

Referenced by conversation(), and Item\get_template_data().

-
- +
- + - + - + - + + + + + + + @@ -483,35 +524,65 @@ Functions
item_redir_and_replace_images get_responses (  $body, $conv_responses,
 $images, $response_verbs,
 $cid $ob,
 $item 
+

Referenced by Item\get_template_data().

+
- +
- + - + + +
like_puller item_extract_images (  $a, $body)
+
+ +
+
+ +
+
+ - + + + + + +
item_photo_menu ( $item)
+
+ +

Referenced by conversation(), and Item\get_template_data().

+ +
+
+ +
+
+ + + + - + - - + + - + @@ -521,20 +592,6 @@ Functions
item_redir_and_replace_images (  $item, $body,
$arr,  $images,
 $mode $cid 
-

Returns a like/dislike entry. It gives back a HTML link to the channel that liked/disliked.

-
Parameters
- - - - - -
array$a(not used)
array$item
array&$arr
string$modelike/dislike
-
-
-
Returns
void
- -

Referenced by conversation().

-
-- cgit v1.2.3