@@ -138,6 +138,9 @@ |
||
138 | 138 | |
139 | 139 | }; |
140 | 140 | |
141 | + /** |
|
142 | + * @param string $emailaddress |
|
143 | + */ |
|
141 | 144 | function invitationExists($emailaddress){ |
142 | 145 | $query = "SELECT * FROM email_invitations WHERE `email` = '" . $emailaddress . "'"; |
143 | 146 | $result = get_data($query); |
@@ -182,6 +182,9 @@ |
||
182 | 182 | return str_replace('::version::', self::$version, self::$help); |
183 | 183 | } |
184 | 184 | |
185 | + /** |
|
186 | + * @param string $object_type |
|
187 | + */ |
|
185 | 188 | function __construct($object_type, $subtype = false, $guid = null, |
186 | 189 | $since = null, $before = null, $limit = null, $resume = null, |
187 | 190 | $sort = false, $omit = null, $count = false) { |
@@ -8,6 +8,10 @@ |
||
8 | 8 | } |
9 | 9 | |
10 | 10 | //Generic embed functions - Don't touch here! |
11 | + |
|
12 | + /** |
|
13 | + * @param string $guid |
|
14 | + */ |
|
11 | 15 | function custom_videoembed_create_embed_object($url, $guid, $videowidth=0, $input) { |
12 | 16 | |
13 | 17 | if (!$input) { |