AkObject | --AkHttpClient
Located in File: /AkHttpClient.php
A hack to support __construct() on PHP 4 Hint: descendant classes have no PHP4 class_name() constructors, so this one gets called first and calls the top-layer __construct() which (if present) should call parent::__construct()
Method customRequest (line 32)
Method getRequestInstance (line 45)
Method getUrlWithParams (line 150)
Method post (line 15)
Method put (line 20)
Method sendRequest (line 121)
Method _extractUserNameAndPasswordFromUrl (line 133)
Method _setParamsForDelete (line 178)
Method _setParamsForGet (line 158)
Method _setParamsForPost (line 168)
Method _setParamsForPut (line 173)
AkObject::AkObject() - A hack to support __construct() on PHP 4
AkObject::__construct() - Class constructor, overriden in descendant classes
AkObject::freeMemory() - Unsets circular reference children that are not freed from memory when calling unset() or when the parent object is garbage collected.
AkObject::log() -
AkObject::toString() - Object-to-string conversion
AkObject::__clone() - Clone class (Zend Engine 2 compatibility trick)
AkObject::__destruct() - Class destructor, overriden in descendant classes
AkObject::__toString() -