mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-12 19:36:31 +00:00
Add @see tags to related functions
This commit is contained in:
@@ -161,6 +161,7 @@ abstract class BaseCurl
|
||||
* Set follow location
|
||||
*
|
||||
* @access public
|
||||
* @see Curl::setMaximumRedirects()
|
||||
*/
|
||||
public function setFollowLocation($follow_location = true)
|
||||
{
|
||||
@@ -200,6 +201,7 @@ abstract class BaseCurl
|
||||
* Set maximum redirects
|
||||
*
|
||||
* @access public
|
||||
* @see Curl::setFollowLocation()
|
||||
*/
|
||||
public function setMaximumRedirects($maximum_redirects)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user