Skip to content

Commit 8c196fb

Browse files
authored
Merge pull request #57 from ConvertKit/add-see-tags
Add missing see tags to methods
2 parents dcf9cd1 + cb17ad5 commit 8c196fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/ConvertKit_API.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ private function create_log(string $message)
122122
/**
123123
* Gets the current account
124124
*
125+
* @see https://developers.convertkit.com/#account
126+
*
125127
* @return false|mixed
126128
*/
127129
public function get_account()
@@ -139,6 +141,8 @@ public function get_account()
139141
*
140142
* @since 1.0.0
141143
*
144+
* @see https://developers.convertkit.com/#forms
145+
*
142146
* @return false|mixed
143147
*/
144148
public function get_forms()
@@ -151,6 +155,8 @@ public function get_forms()
151155
*
152156
* @since 1.0.0
153157
*
158+
* @see https://developers.convertkit.com/#forms
159+
*
154160
* @return false|mixed
155161
*/
156162
public function get_landing_pages()
@@ -168,6 +174,8 @@ public function get_landing_pages()
168174
*
169175
* @throws \InvalidArgumentException If the provided arguments are not of the expected type.
170176
*
177+
* @see https://developers.convertkit.com/#add-subscriber-to-a-form
178+
*
171179
* @return false|object
172180
*/
173181
public function form_subscribe(int $form_id, array $options)
@@ -654,6 +662,8 @@ public function get_resources(string $resource)
654662
*
655663
* @throws \InvalidArgumentException If the email address is not a valid email format.
656664
*
665+
* @see https://developers.convertkit.com/#list-subscribers
666+
*
657667
* @return false|integer
658668
*/
659669
public function get_subscriber_id(string $email_address)

0 commit comments

Comments
 (0)